COLOR #5A9599

HEX: #5A9599
RGB: (90,149,153)

Color info

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

RGB color model

#5A9599 color RGB value is (90,149,153).

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

RGB channels and saturation

R 90 of 255 = 35%
G 149 of 255 = 58%
B 153 of 255 = 60%

90
149
153

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

Portions of RGB colors in percentages

R + G + B =
90 + 149 + 153 = 392 (100%)
R 90 of 392 ~ 22.96%
G 149 of 392 ~ 38.01%
B 153 of 392 ~ 39.03%

%22.96
%38.01
%39.03

CMYK color model

#5A9599 color CMYK value is (41,3,0,40).

  • cyan value is 41.18%
  • magenta value is 2.61%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(41,3,0,40)
C41M3Y0K40 
(41%,3%,0%,40%)
(0.41/0.03/0.00/0.40)	

CMYK percentages

%41.18
%2.61
%0
%40

Codes

Color #5A9599 in popluar color models

5A9599
RGB90149153
HSL184°25.93%47.65%
HSB/HSV184°41.18%60.00%
CMYK41.18%2.61%0.00%
40.00%

Color #5A9599 in popluar number systems.

HEX5A9599
Decimal90149153
Binary10110101001010110011001
Octal132225231

Shades and tints

Shades of #5A9599

#5A9599
(90,149,153)
#52888C
(82,136,140)
#4A7B7F
(74,123,127)
#426E72
(66,110,114)
#3A6165
(58,97,101)
#325458
(50,84,88)
#2A474B
(42,71,75)
#223A3E
(34,58,62)
#1A2D31
(26,45,49)
#122024
(18,32,36)
#0A1317
(10,19,23)
#000000
(0,0,0)

Tints of #5A9599

#5A9599
(90,149,153)
#699EA2
(105,158,162)
#78A7AB
(120,167,171)
#87B0B4
(135,176,180)
#96B9BD
(150,185,189)
#A5C2C6
(165,194,198)
#B4CBCF
(180,203,207)
#C3D4D8
(195,212,216)
#D2DDE1
(210,221,225)
#E1E6EA
(225,230,234)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A9599; }

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

This text font color is #5A9599.


Background Color

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

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

This div background color is #5A9599.


Border color

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

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

This div border color is #5A9599.


Opacity

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

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

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

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

This text has shadow with #5A9599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9599 on black background.


Color preview on white background

This text has color #5A9599 on white background.



Black color preview on #5A9599 background

This text has black color on #5A9599 background.


White color preview on #5A9599 background

This text has white color on #5A9599 background.