COLOR #5A99A2

HEX: #5A99A2
RGB: (90,153,162)

Color info

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

RGB color model

#5A99A2 color RGB value is (90,153,162).

  • red value is 90;
  • green value is 153;
  • blue value is 162.
RGB:
(90,153,162)
(35%,60%,64%)

RGB channels and saturation

R 90 of 255 = 35%
G 153 of 255 = 60%
B 162 of 255 = 64%

90
153
162

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

Portions of RGB colors in percentages

R + G + B =
90 + 153 + 162 = 405 (100%)
R 90 of 405 ~ 22.22%
G 153 of 405 ~ 37.78%
B 162 of 405 ~ 40%

%22.22
%37.78
%40

CMYK color model

#5A99A2 color CMYK value is (44,6,0,36).

  • cyan value is 44.44%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(44,6,0,36)
C44M6Y0K36 
(44%,6%,0%,36%)
(0.44/0.06/0.00/0.36)	

CMYK percentages

%44.44
%5.56
%0
%36.47

Codes

Color #5A99A2 in popluar color models

5A99A2
RGB90153162
HSL188°28.57%49.41%
HSB/HSV188°44.44%63.53%
CMYK44.44%5.56%0.00%
36.47%

Color #5A99A2 in popluar number systems.

HEX5A99A2
Decimal90153162
Binary10110101001100110100010
Octal132231242

Shades and tints

Shades of #5A99A2

#5A99A2
(90,153,162)
#528C94
(82,140,148)
#4A7F86
(74,127,134)
#427278
(66,114,120)
#3A656A
(58,101,106)
#32585C
(50,88,92)
#2A4B4E
(42,75,78)
#223E40
(34,62,64)
#1A3132
(26,49,50)
#122424
(18,36,36)
#0A1716
(10,23,22)
#000000
(0,0,0)

Tints of #5A99A2

#5A99A2
(90,153,162)
#69A2AA
(105,162,170)
#78ABB2
(120,171,178)
#87B4BA
(135,180,186)
#96BDC2
(150,189,194)
#A5C6CA
(165,198,202)
#B4CFD2
(180,207,210)
#C3D8DA
(195,216,218)
#D2E1E2
(210,225,226)
#E1EAEA
(225,234,234)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A99A2; }

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

This text font color is #5A99A2.


Background Color

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

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

This div background color is #5A99A2.


Border color

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

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

This div border color is #5A99A2.


Opacity

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

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

Text with #5A99A2 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 #5A99A2;}

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

This text has shadow with #5A99A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A99A2 on black background.


Color preview on white background

This text has color #5A99A2 on white background.



Black color preview on #5A99A2 background

This text has black color on #5A99A2 background.


White color preview on #5A99A2 background

This text has white color on #5A99A2 background.