COLOR #566455

HEX: #566455
RGB: (86,100,85)

Color info

#566455 contains red, green and blue colors in about the same proportion. Web safe color of #566455 is #666666 (or #666).

RGB color model

#566455 color RGB value is (86,100,85).

  • red value is 86;
  • green value is 100;
  • blue value is 85.
RGB:
(86,100,85)
(34%,39%,33%)

RGB channels and saturation

R 86 of 255 = 34%
G 100 of 255 = 39%
B 85 of 255 = 33%

86
100
85

R + G + B ~ 35%. #566455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 100 + 85 = 271 (100%)
R 86 of 271 ~ 31.73%
G 100 of 271 ~ 36.9%
B 85 of 271 ~ 31.37%

%31.73
%36.9
%31.37

CMYK color model

#566455 color CMYK value is (14,0,15,61).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 60.78%
CMYK:
(14,0,15,61)
C14M0Y15K61 
(14%,0%,15%,61%)
(0.14/0.00/0.15/0.61)	

CMYK percentages

%14
%0
%15
%60.78

Codes

Color #566455 in popluar color models

566455
RGB8610085
HSL116°8.11%36.27%
HSB/HSV116°15.00%39.22%
CMYK14.00%0.00%15.00%
60.78%

Color #566455 in popluar number systems.

HEX566455
Decimal8610085
Binary101011011001001010101
Octal126144125

Shades and tints

Shades of #566455

#566455
(86,100,85)
#4F5B4E
(79,91,78)
#485247
(72,82,71)
#414940
(65,73,64)
#3A4039
(58,64,57)
#333732
(51,55,50)
#2C2E2B
(44,46,43)
#252524
(37,37,36)
#1E1C1D
(30,28,29)
#171316
(23,19,22)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #566455

#566455
(86,100,85)
#657264
(101,114,100)
#748073
(116,128,115)
#838E82
(131,142,130)
#929C91
(146,156,145)
#A1AAA0
(161,170,160)
#B0B8AF
(176,184,175)
#BFC6BE
(191,198,190)
#CED4CD
(206,212,205)
#DDE2DC
(221,226,220)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566455 color. Also use rgb(86,100,85) instead hex code.

Text Font Color

.myTextColor { color: #566455; }

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

This text font color is #566455.


Background Color

.myBgColor { background-color: #566455; }

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

This div background color is #566455.


Border color

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

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

This div border color is #566455.


Opacity

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

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

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

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

This text has shadow with #566455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566455 on black background.


Color preview on white background

This text has color #566455 on white background.



Black color preview on #566455 background

This text has black color on #566455 background.


White color preview on #566455 background

This text has white color on #566455 background.