crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#35525a hex color - Blue - Cool color - Information

#35525a hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #35525a Color code in RGB color code model is created after adding 20.78% red color, 32.16% green color and 35.29% blue color. Hex #35525a Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 9% magenta, 0% yellow and 65% black.

Hex #35525a color code is between #335555 web safe hex color code and #444466 web safe hex color code. #335555 is the nearest web safe color code. You can see here many more shades of #35525a color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code35525a#35525a
RGB Decimal53, 82, 90rgb(53, 82, 90)
RGB Percent21%, 32%, 35%rgb(21%, 32%, 35%)
CSS RGBa53, 82, 90,1rgba(53,82,90,1)
CMYK Modelcmyk(41%,9%,0%,65%)
HSL Color Space193,26% ,28%hsl(193,26% ,28%)
HSV Color Space193°, 41%, 35%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101010101001001011010
Octal65122132
Decimal538290
Hex35525a

Different shades of #35525a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #35525a
#486f7a
Dark Shade of #35525a
#22353a
Saturated Shade of #35525a
#2e5661
Desaturated Shade of #35525a
#3c4e53
Grey scale Shade of #35525a
#474747
Brighten Shade
#4e6b73
Most Readable Shade
#FFFFFF

Shades of #35525a color code

Generate more color scales with scales (color stack) generator.

#35525a
#2f4850
#293f46
#23363c
#1d2d32
#172428
#111b1e
#0b1214
#05090a
#000000

Similar Color like #35525a color

Find visually similar hex color codes nearing to #35525a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#36535b
#37545c
#38555d
#39565e
#3a575f
#3b5860
#3c5961
#3d5a62
#3e5b63
#3f5c64
#405d65
#415e66
#425f67
#436068
#345159
#335058
#324f57
#314e56
#304d55
#2f4c54
#2e4b53
#2d4a52
#2c4951
#2b4850
#2a474f
#29464e
#28454d
#27444c

Monochromatic Color with #35525a

#35525a
#4e7984
#679faf
#80c6d9
#030505
#1c2b2f

Tints of #35525a Color

#35525a
#4b656c
#61787e
#788b91
#8e9ea3
#a5b2b5
#bbc5c8
#d2d8da
#e8ebec
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#35525a
#5a3d35

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#35525a
#5a3540
#5a5035

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#355a53
#35595a
#35525a
#354b5a
#35435a

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#35525a
#5a3552
#525a35

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#35525a
#4f355a
#5a3d35
#3f5a35

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#35525a
#5a3d35
#5a5035
#35405a

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #35525a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#35525a Color Code Preview on Black Background Color

This is how #35525a Color will look on black background color. Color contrast ratio is 2.51

#35525a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#35525a">Your Example Paragraph content text in with font color #35525a </p>

Your Example Paragraph content text in with font color #35525a

HTML with inline CSS

<div style="color:#35525a">Your Paragraph text in with font color #35525a </div>

Your Example Paragraph content text in with font color #35525a

#35525a color code is use for CSS Background Color

Background color for the above div is #35525a

HTML with inline CSS

<div style="background-color:#35525a;"></div>

#35525a color code is use for CSS Border Color

CSS Border color for the above div is #35525a

HTML with inline CSS

<div style="border:5px solid #35525a;"></div>

CSS Border Left color for the above div is #35525a

HTML with inline CSS

<div style="border-left:5px solid #35525a;"></div>

CSS Border Right color for the above div is #35525a

HTML with inline CSS

<div style="border-right:5px solid #35525a;"></div>

CSS Border Bottom color for the above div is #35525a

HTML with inline CSS

<div style="border-bottom:5px solid #35525a;"></div>

CSS Border Top color for the above div is #35525a

HTML with inline CSS

<div style="border-top:5px solid #35525a;"></div>

#35525a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#35525a; } .examplecolorclass {color:#35525a; } .examplebordercolor {border:3px solid #35525a; }

#35525a Color code Preview on White Background

This is how #35525a Color code will look on white background color. Color contrast ratio is 8.38

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #35525a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #35525a; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.