COLOR #567585

HEX: #567585
RGB: (86,117,133)

Color info

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

RGB color model

#567585 color RGB value is (86,117,133).

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

RGB channels and saturation

R 86 of 255 = 34%
G 117 of 255 = 46%
B 133 of 255 = 52%

86
117
133

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

Portions of RGB colors in percentages

R + G + B =
86 + 117 + 133 = 336 (100%)
R 86 of 336 ~ 25.6%
G 117 of 336 ~ 34.82%
B 133 of 336 ~ 39.58%

%25.6
%34.82
%39.58

CMYK color model

#567585 color CMYK value is (35,12,0,48).

  • cyan value is 35.34%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(35,12,0,48)
C35M12Y0K48 
(35%,12%,0%,48%)
(0.35/0.12/0.00/0.48)	

CMYK percentages

%35.34
%12.03
%0
%47.84

Codes

Color #567585 in popluar color models

567585
RGB86117133
HSL200°21.46%42.94%
HSB/HSV200°35.34%52.16%
CMYK35.34%12.03%0.00%
47.84%

Color #567585 in popluar number systems.

HEX567585
Decimal86117133
Binary1010110111010110000101
Octal126165205

Shades and tints

Shades of #567585

#567585
(86,117,133)
#4F6B79
(79,107,121)
#48616D
(72,97,109)
#415761
(65,87,97)
#3A4D55
(58,77,85)
#334349
(51,67,73)
#2C393D
(44,57,61)
#252F31
(37,47,49)
#1E2525
(30,37,37)
#171B19
(23,27,25)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #567585

#567585
(86,117,133)
#658190
(101,129,144)
#748D9B
(116,141,155)
#8399A6
(131,153,166)
#92A5B1
(146,165,177)
#A1B1BC
(161,177,188)
#B0BDC7
(176,189,199)
#BFC9D2
(191,201,210)
#CED5DD
(206,213,221)
#DDE1E8
(221,225,232)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #567585; }

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

This text font color is #567585.


Background Color

.myBgColor { background-color: #567585; }

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

This div background color is #567585.


Border color

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

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

This div border color is #567585.


Opacity

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

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

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

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

This text has shadow with #567585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #567585 on black background.


Color preview on white background

This text has color #567585 on white background.



Black color preview on #567585 background

This text has black color on #567585 background.


White color preview on #567585 background

This text has white color on #567585 background.