COLOR #5A6F86

HEX: #5A6F86
RGB: (90,111,134)

Color info

#5A6F86 contains red, green and blue colors in about the same proportion. Web safe color of #5A6F86 is #666699 (or #669).

RGB color model

#5A6F86 color RGB value is (90,111,134).

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

RGB channels and saturation

R 90 of 255 = 35%
G 111 of 255 = 44%
B 134 of 255 = 53%

90
111
134

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

Portions of RGB colors in percentages

R + G + B =
90 + 111 + 134 = 335 (100%)
R 90 of 335 ~ 26.87%
G 111 of 335 ~ 33.13%
B 134 of 335 ~ 40%

%26.87
%33.13
%40

CMYK color model

#5A6F86 color CMYK value is (33,17,0,47).

  • cyan value is 32.84%
  • magenta value is 17.16%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(33,17,0,47)
C33M17Y0K47 
(33%,17%,0%,47%)
(0.33/0.17/0.00/0.47)	

CMYK percentages

%32.84
%17.16
%0
%47.45

Codes

Color #5A6F86 in popluar color models

5A6F86
RGB90111134
HSL211°19.64%43.92%
HSB/HSV211°32.84%52.55%
CMYK32.84%17.16%0.00%
47.45%

Color #5A6F86 in popluar number systems.

HEX5A6F86
Decimal90111134
Binary1011010110111110000110
Octal132157206

Shades and tints

Shades of #5A6F86

#5A6F86
(90,111,134)
#52657A
(82,101,122)
#4A5B6E
(74,91,110)
#425162
(66,81,98)
#3A4756
(58,71,86)
#323D4A
(50,61,74)
#2A333E
(42,51,62)
#222932
(34,41,50)
#1A1F26
(26,31,38)
#12151A
(18,21,26)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #5A6F86

#5A6F86
(90,111,134)
#697C91
(105,124,145)
#78899C
(120,137,156)
#8796A7
(135,150,167)
#96A3B2
(150,163,178)
#A5B0BD
(165,176,189)
#B4BDC8
(180,189,200)
#C3CAD3
(195,202,211)
#D2D7DE
(210,215,222)
#E1E4E9
(225,228,233)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6F86; }

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

This text font color is #5A6F86.


Background Color

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

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

This div background color is #5A6F86.


Border color

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

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

This div border color is #5A6F86.


Opacity

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

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

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

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

This text has shadow with #5A6F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6F86 on black background.


Color preview on white background

This text has color #5A6F86 on white background.



Black color preview on #5A6F86 background

This text has black color on #5A6F86 background.


White color preview on #5A6F86 background

This text has white color on #5A6F86 background.