COLOR #5994A2

HEX: #5994A2
RGB: (89,148,162)

Color info

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

RGB color model

#5994A2 color RGB value is (89,148,162).

  • red value is 89;
  • green value is 148;
  • blue value is 162.
RGB:
(89,148,162)
(35%,58%,64%)

RGB channels and saturation

R 89 of 255 = 35%
G 148 of 255 = 58%
B 162 of 255 = 64%

89
148
162

R + G + B ~ 52%. #5994A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 148 + 162 = 399 (100%)
R 89 of 399 ~ 22.31%
G 148 of 399 ~ 37.09%
B 162 of 399 ~ 40.6%

%22.31
%37.09
%40.6

CMYK color model

#5994A2 color CMYK value is (45,9,0,36).

  • cyan value is 45.06%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(45,9,0,36)
C45M9Y0K36 
(45%,9%,0%,36%)
(0.45/0.09/0.00/0.36)	

CMYK percentages

%45.06
%8.64
%0
%36.47

Codes

Color #5994A2 in popluar color models

5994A2
RGB89148162
HSL192°29.08%49.22%
HSB/HSV192°45.06%63.53%
CMYK45.06%8.64%0.00%
36.47%

Color #5994A2 in popluar number systems.

HEX5994A2
Decimal89148162
Binary10110011001010010100010
Octal131224242

Shades and tints

Shades of #5994A2

#5994A2
(89,148,162)
#518794
(81,135,148)
#497A86
(73,122,134)
#416D78
(65,109,120)
#39606A
(57,96,106)
#31535C
(49,83,92)
#29464E
(41,70,78)
#213940
(33,57,64)
#192C32
(25,44,50)
#111F24
(17,31,36)
#091216
(9,18,22)
#000000
(0,0,0)

Tints of #5994A2

#5994A2
(89,148,162)
#689DAA
(104,157,170)
#77A6B2
(119,166,178)
#86AFBA
(134,175,186)
#95B8C2
(149,184,194)
#A4C1CA
(164,193,202)
#B3CAD2
(179,202,210)
#C2D3DA
(194,211,218)
#D1DCE2
(209,220,226)
#E0E5EA
(224,229,234)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5994A2 color. Also use rgb(89,148,162) instead hex code.

Text Font Color

.myTextColor { color: #5994A2; }

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

This text font color is #5994A2.


Background Color

.myBgColor { background-color: #5994A2; }

<div style="background-color:#5994A2">Inner text</div>

This div background color is #5994A2.


Border color

.myBorderColor { border: 1px solid #5994A2; }

<div style="border:3px solid #5994A2">Div</div>

This div border color is #5994A2.


Opacity

.myOpacity80 { color: #5994A2; opacity: 0.8; }

<p style="color:#5994A2;opacity:0.8;">80%</p>

Text with #5994A2 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 #5994A2;}

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

This text has shadow with #5994A2 color.

.textShadow {text-shadow: 3px 3px 1px #5994A2, 3px 3px 1px red;}

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

This text has shadow with #5994A2 primary color and red secondary color.


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

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

This text has shadow with #5994A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5994A2 on black background.


Color preview on white background

This text has color #5994A2 on white background.



Black color preview on #5994A2 background

This text has black color on #5994A2 background.


White color preview on #5994A2 background

This text has white color on #5994A2 background.