COLOR #567589

HEX: #567589
RGB: (86,117,137)

Color info

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

RGB color model

#567589 color RGB value is (86,117,137).

  • red value is 86;
  • green value is 117;
  • blue value is 137.
RGB:
(86,117,137)
(34%,46%,54%)

RGB channels and saturation

R 86 of 255 = 34%
G 117 of 255 = 46%
B 137 of 255 = 54%

86
117
137

R + G + B ~ 45%. #567589 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 117 + 137 = 340 (100%)
R 86 of 340 ~ 25.29%
G 117 of 340 ~ 34.41%
B 137 of 340 ~ 40.29%

%25.29
%34.41
%40.29

CMYK color model

#567589 color CMYK value is (37,15,0,46).

  • cyan value is 37.23%
  • magenta value is 14.60%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(37,15,0,46)
C37M15Y0K46 
(37%,15%,0%,46%)
(0.37/0.15/0.00/0.46)	

CMYK percentages

%37.23
%14.6
%0
%46.27

Codes

Color #567589 in popluar color models

567589
RGB86117137
HSL204°22.87%43.73%
HSB/HSV204°37.23%53.73%
CMYK37.23%14.60%0.00%
46.27%

Color #567589 in popluar number systems.

HEX567589
Decimal86117137
Binary1010110111010110001001
Octal126165211

Shades and tints

Shades of #567589

#567589
(86,117,137)
#4F6B7D
(79,107,125)
#486171
(72,97,113)
#415765
(65,87,101)
#3A4D59
(58,77,89)
#33434D
(51,67,77)
#2C3941
(44,57,65)
#252F35
(37,47,53)
#1E2529
(30,37,41)
#171B1D
(23,27,29)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #567589

#567589
(86,117,137)
#658193
(101,129,147)
#748D9D
(116,141,157)
#8399A7
(131,153,167)
#92A5B1
(146,165,177)
#A1B1BB
(161,177,187)
#B0BDC5
(176,189,197)
#BFC9CF
(191,201,207)
#CED5D9
(206,213,217)
#DDE1E3
(221,225,227)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #567589 color. Also use rgb(86,117,137) instead hex code.

Text Font Color

.myTextColor { color: #567589; }

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

This text font color is #567589.


Background Color

.myBgColor { background-color: #567589; }

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

This div background color is #567589.


Border color

.myBorderColor { border: 1px solid #567589; }

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

This div border color is #567589.


Opacity

.myOpacity80 { color: #567589; opacity: 0.8; }

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

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

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

This text has shadow with #567589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567589 on black background.


Color preview on white background

This text has color #567589 on white background.



Black color preview on #567589 background

This text has black color on #567589 background.


White color preview on #567589 background

This text has white color on #567589 background.