COLOR #5A8192

HEX: #5A8192
RGB: (90,129,146)

Color info

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

RGB color model

#5A8192 color RGB value is (90,129,146).

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

RGB channels and saturation

R 90 of 255 = 35%
G 129 of 255 = 51%
B 146 of 255 = 57%

90
129
146

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

Portions of RGB colors in percentages

R + G + B =
90 + 129 + 146 = 365 (100%)
R 90 of 365 ~ 24.66%
G 129 of 365 ~ 35.34%
B 146 of 365 ~ 40%

%24.66
%35.34
%40

CMYK color model

#5A8192 color CMYK value is (38,12,0,43).

  • cyan value is 38.36%
  • magenta value is 11.64%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(38,12,0,43)
C38M12Y0K43 
(38%,12%,0%,43%)
(0.38/0.12/0.00/0.43)	

CMYK percentages

%38.36
%11.64
%0
%42.75

Codes

Color #5A8192 in popluar color models

5A8192
RGB90129146
HSL198°23.73%46.27%
HSB/HSV198°38.36%57.25%
CMYK38.36%11.64%0.00%
42.75%

Color #5A8192 in popluar number systems.

HEX5A8192
Decimal90129146
Binary10110101000000110010010
Octal132201222

Shades and tints

Shades of #5A8192

#5A8192
(90,129,146)
#527685
(82,118,133)
#4A6B78
(74,107,120)
#42606B
(66,96,107)
#3A555E
(58,85,94)
#324A51
(50,74,81)
#2A3F44
(42,63,68)
#223437
(34,52,55)
#1A292A
(26,41,42)
#121E1D
(18,30,29)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #5A8192

#5A8192
(90,129,146)
#698C9B
(105,140,155)
#7897A4
(120,151,164)
#87A2AD
(135,162,173)
#96ADB6
(150,173,182)
#A5B8BF
(165,184,191)
#B4C3C8
(180,195,200)
#C3CED1
(195,206,209)
#D2D9DA
(210,217,218)
#E1E4E3
(225,228,227)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8192; }

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

This text font color is #5A8192.


Background Color

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

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

This div background color is #5A8192.


Border color

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

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

This div border color is #5A8192.


Opacity

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

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

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

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

This text has shadow with #5A8192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8192 on black background.


Color preview on white background

This text has color #5A8192 on white background.



Black color preview on #5A8192 background

This text has black color on #5A8192 background.


White color preview on #5A8192 background

This text has white color on #5A8192 background.