COLOR #5A818B

HEX: #5A818B
RGB: (90,129,139)

Color info

#5A818B contains red, green and blue colors in about the same proportion. Web safe color of #5A818B is #669999 (or #699).

RGB color model

#5A818B color RGB value is (90,129,139).

  • red value is 90;
  • green value is 129;
  • blue value is 139.
RGB:
(90,129,139)
(35%,51%,55%)

RGB channels and saturation

R 90 of 255 = 35%
G 129 of 255 = 51%
B 139 of 255 = 55%

90
129
139

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

Portions of RGB colors in percentages

R + G + B =
90 + 129 + 139 = 358 (100%)
R 90 of 358 ~ 25.14%
G 129 of 358 ~ 36.03%
B 139 of 358 ~ 38.83%

%25.14
%36.03
%38.83

CMYK color model

#5A818B color CMYK value is (35,7,0,45).

  • cyan value is 35.25%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(35,7,0,45)
C35M7Y0K45 
(35%,7%,0%,45%)
(0.35/0.07/0.00/0.45)	

CMYK percentages

%35.25
%7.19
%0
%45.49

Codes

Color #5A818B in popluar color models

5A818B
RGB90129139
HSL192°21.40%44.90%
HSB/HSV192°35.25%54.51%
CMYK35.25%7.19%0.00%
45.49%

Color #5A818B in popluar number systems.

HEX5A818B
Decimal90129139
Binary10110101000000110001011
Octal132201213

Shades and tints

Shades of #5A818B

#5A818B
(90,129,139)
#52767F
(82,118,127)
#4A6B73
(74,107,115)
#426067
(66,96,103)
#3A555B
(58,85,91)
#324A4F
(50,74,79)
#2A3F43
(42,63,67)
#223437
(34,52,55)
#1A292B
(26,41,43)
#121E1F
(18,30,31)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #5A818B

#5A818B
(90,129,139)
#698C95
(105,140,149)
#78979F
(120,151,159)
#87A2A9
(135,162,169)
#96ADB3
(150,173,179)
#A5B8BD
(165,184,189)
#B4C3C7
(180,195,199)
#C3CED1
(195,206,209)
#D2D9DB
(210,217,219)
#E1E4E5
(225,228,229)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A818B color. Also use rgb(90,129,139) instead hex code.

Text Font Color

.myTextColor { color: #5A818B; }

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

This text font color is #5A818B.


Background Color

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

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

This div background color is #5A818B.


Border color

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

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

This div border color is #5A818B.


Opacity

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

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

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

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

This text has shadow with #5A818B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A818B on black background.


Color preview on white background

This text has color #5A818B on white background.



Black color preview on #5A818B background

This text has black color on #5A818B background.


White color preview on #5A818B background

This text has white color on #5A818B background.