COLOR #5A999C

HEX: #5A999C
RGB: (90,153,156)

Color info

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

RGB color model

#5A999C color RGB value is (90,153,156).

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

RGB channels and saturation

R 90 of 255 = 35%
G 153 of 255 = 60%
B 156 of 255 = 61%

90
153
156

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

Portions of RGB colors in percentages

R + G + B =
90 + 153 + 156 = 399 (100%)
R 90 of 399 ~ 22.56%
G 153 of 399 ~ 38.35%
B 156 of 399 ~ 39.1%

%22.56
%38.35
%39.1

CMYK color model

#5A999C color CMYK value is (42,2,0,39).

  • cyan value is 42.31%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(42,2,0,39)
C42M2Y0K39 
(42%,2%,0%,39%)
(0.42/0.02/0.00/0.39)	

CMYK percentages

%42.31
%1.92
%0
%38.82

Codes

Color #5A999C in popluar color models

5A999C
RGB90153156
HSL183°26.83%48.24%
HSB/HSV183°42.31%61.18%
CMYK42.31%1.92%0.00%
38.82%

Color #5A999C in popluar number systems.

HEX5A999C
Decimal90153156
Binary10110101001100110011100
Octal132231234

Shades and tints

Shades of #5A999C

#5A999C
(90,153,156)
#528C8E
(82,140,142)
#4A7F80
(74,127,128)
#427272
(66,114,114)
#3A6564
(58,101,100)
#325856
(50,88,86)
#2A4B48
(42,75,72)
#223E3A
(34,62,58)
#1A312C
(26,49,44)
#12241E
(18,36,30)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #5A999C

#5A999C
(90,153,156)
#69A2A5
(105,162,165)
#78ABAE
(120,171,174)
#87B4B7
(135,180,183)
#96BDC0
(150,189,192)
#A5C6C9
(165,198,201)
#B4CFD2
(180,207,210)
#C3D8DB
(195,216,219)
#D2E1E4
(210,225,228)
#E1EAED
(225,234,237)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A999C; }

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

This text font color is #5A999C.


Background Color

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

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

This div background color is #5A999C.


Border color

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

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

This div border color is #5A999C.


Opacity

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

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

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

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

This text has shadow with #5A999C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A999C on black background.


Color preview on white background

This text has color #5A999C on white background.



Black color preview on #5A999C background

This text has black color on #5A999C background.


White color preview on #5A999C background

This text has white color on #5A999C background.