COLOR #5A9CA2

HEX: #5A9CA2 RGB: (90,156,162)

Color info

#5A9CA2 contains mainly green and blue colors. Web safe color of #5A9CA2 is #669999 (or #699).

RGB color model

#5A9CA2 color RGB value is (90,156,162).

RGB: (90,156,162) (35%, 61%, 64%)

RGB channels and saturation

R 90 of 255 = 35%
G 156 of 255 = 61%
B 162 of 255 = 64%

90
156
162

R + G + B ~ 53%. #5A9CA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 90 + 156 + 162 = 408 (100%)
R 90 of 408 ~ 22.06%
G 156 of 408 ~ 38.24%
B 162 of 408 ~ 39.71'%

%22.06
%38.24
%39.71

CMYK color model

#5A9CA2 color CMYK value is (44,4,0,36).

  • cyan value is 44.44%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (44,4,0,36)
C44M4Y0K36 (44%, 4%, 0%, 36%)
(0.44 / 0.04 / 0.00 / 0.36)

CMYK percentages

%44.44
%3.7
%0
%36.47

Codes

Color #5A9CA2 in popluar color models

5A 9C A2
RGB 90 156 162
HSL 185° 28.57% 49.41%
HSB/HSV 185° 44.44% 63.53%
CMYK 44.44% 3.70% 0.00%
36.47%

Color #5A9CA2 in popluar number systems.

HEX 5A 9C A2
Decimal 90 156 162
Binary 1011010 10011100 10100010
Octal 132 234 242

Shades and tints

Shades of #5A9CA2

#5A9CA2
(90,156,162)
#528E94
(82,142,148)
#4A8086
(74,128,134)
#427278
(66,114,120)
#3A646A
(58,100,106)
#32565C
(50,86,92)
#2A484E
(42,72,78)
#223A40
(34,58,64)
#1A2C32
(26,44,50)
#121E24
(18,30,36)
#0A1016
(10,16,22)
#000000
(0,0,0)

Tints of #5A9CA2

#5A9CA2
(90,156,162)
#69A5AA
(105,165,170)
#78AEB2
(120,174,178)
#87B7BA
(135,183,186)
#96C0C2
(150,192,194)
#A5C9CA
(165,201,202)
#B4D2D2
(180,210,210)
#C3DBDA
(195,219,218)
#D2E4E2
(210,228,226)
#E1EDEA
(225,237,234)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9CA2 color. Also use rgb(90,156,162) instead hex code.

Text Font Color

.myTextColor { color: #5A9CA2; }

<p style="color:#5A9CA2">This sample text font color is #5A9CA2.</p>

This text font color is #5A9CA2.

Background Color

.myBgColor { background-color: #5A9CA2; }

<div style="background-color:#5A9CA2">Inner text</div>

This div background color is #5A9CA2.

Border color

.myBorderColor { border: 1px solid #5A9CA2; }

<div style="border:3px solid #5A9CA2">Div</div>

This div border color is #5A9CA2.

Opacity

.myOpacity80 { color: #5A9CA2; opacity: 0.8; }

<p style="color:#5A9CA2;opacity:0.8;">80%</p>

Text with #5A9CA2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5A9CA2;}

<p style="text-shadow: 3px 3px 1px #5A9CA2">Text here.</p>

This text has shadow with #5A9CA2 color.


.textShadow {text-shadow: 3px 3px 1px #5A9CA2', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5A9CA2, 5px 5px 20px red">Text here.</p>

This text has shadow with #5A9CA2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5A9CA2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5A9CA2, Direction=45, Strength=4)">Text</p>

This text has shadow with #5A9CA2 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5A9CA2;
-webkit-box-shadow: 1px 1px 3px 2px #5A9CA2;
box-shadow: 1px 1px 3px 2px #5A9CA2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5A9CA2; -webkit-box-shadow: 1px 1px 3px 2px #5A9CA2; box-shadow:1px 1px 3px 2px #5A9CA2;">
Div content here
</div>

This div box has shadow with color #5A9CA2.

Preview

Color preview on black background

This text has color #5A9CA2 on black background.


Color preview on white background

This text has color #5A9CA2 on white background.


Black color preview on #5A9CA2 background

This text has black color on #5A9CA2 background.


White color preview on #5A9CA2 background

This text has white color on #5A9CA2 background.


Related colors

Complementary color

Complementary color for #hex is #A5635D.


I love getcolorcode.com

Triadic colors

1 #A25A9C and #9CA25A with #5A9CA2 are triadic colors.

2 #A29C5A and #9C5AA2 with #5A9CA2 are triadic colors.