COLOR #5A867D

HEX: #5A867D
RGB: (90,134,125)

Color info

#5A867D contains red, green and blue colors in about the same proportion. Web safe color of #5A867D is #669966 (or #696).

RGB color model

#5A867D color RGB value is (90,134,125).

  • red value is 90;
  • green value is 134;
  • blue value is 125.
RGB:
(90,134,125)
(35%,53%,49%)

RGB channels and saturation

R 90 of 255 = 35%
G 134 of 255 = 53%
B 125 of 255 = 49%

90
134
125

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

Portions of RGB colors in percentages

R + G + B =
90 + 134 + 125 = 349 (100%)
R 90 of 349 ~ 25.79%
G 134 of 349 ~ 38.4%
B 125 of 349 ~ 35.82%

%25.79
%38.4
%35.82

CMYK color model

#5A867D color CMYK value is (33,0,7,47).

  • cyan value is 32.84%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 47.45%
CMYK:
(33,0,7,47)
C33M0Y7K47 
(33%,0%,7%,47%)
(0.33/0.00/0.07/0.47)	

CMYK percentages

%32.84
%0
%6.72
%47.45

Codes

Color #5A867D in popluar color models

5A867D
RGB90134125
HSL168°19.64%43.92%
HSB/HSV168°32.84%52.55%
CMYK32.84%0.00%6.72%
47.45%

Color #5A867D in popluar number systems.

HEX5A867D
Decimal90134125
Binary1011010100001101111101
Octal132206175

Shades and tints

Shades of #5A867D

#5A867D
(90,134,125)
#527A72
(82,122,114)
#4A6E67
(74,110,103)
#42625C
(66,98,92)
#3A5651
(58,86,81)
#324A46
(50,74,70)
#2A3E3B
(42,62,59)
#223230
(34,50,48)
#1A2625
(26,38,37)
#121A1A
(18,26,26)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #5A867D

#5A867D
(90,134,125)
#699188
(105,145,136)
#789C93
(120,156,147)
#87A79E
(135,167,158)
#96B2A9
(150,178,169)
#A5BDB4
(165,189,180)
#B4C8BF
(180,200,191)
#C3D3CA
(195,211,202)
#D2DED5
(210,222,213)
#E1E9E0
(225,233,224)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A867D color. Also use rgb(90,134,125) instead hex code.

Text Font Color

.myTextColor { color: #5A867D; }

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

This text font color is #5A867D.


Background Color

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

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

This div background color is #5A867D.


Border color

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

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

This div border color is #5A867D.


Opacity

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

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

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

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

This text has shadow with #5A867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A867D on black background.


Color preview on white background

This text has color #5A867D on white background.



Black color preview on #5A867D background

This text has black color on #5A867D background.


White color preview on #5A867D background

This text has white color on #5A867D background.