#564447

Color #564447 Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #564447

Tints of Emperor #564447

Color information

#564447 (or 0x564447) is unknown color: approx Emperor. HEX triplet: 56, 44 and 47. RGB value is (86,68,71). Sum of RGB (Red+Green+Blue) = 86+68+71=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #564447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564447 is #A9BBB8. Grayscale: #494949. Windows color (decimal): -11123641 or 4670550. OLE color: 4670550.

HSL color Cylindrical-coordinate representation of color #564447: hue angle of 350º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #564447 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB866871-
CMYK00.210.170.66
HSL350º11.69%30.2%-
HSV(B)350º20.93%33.73%-
XYZ7.046.576.86-
YUV73.72126.46136.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=38.22%
G=30.22%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86687100.210.170.6635011.6930.2
Hex564447015114215ec1e
Octal126104107025211025361436
Binary101011010001001000111010101100011000010101011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564447; }

 p { color: rgb(86,68,71); }

 H1.HeaderClassName
 {
   color: #564447;
 }
 .AnyTagClassName
 {
   color: #564447;
 }
</style>
background-color css

<style>
 a { background-color: #564447; }

 a { background-color: rgb(86,68,71); }

 div.DivClassName
 {
   background-color: #564447;
 }
 .BgClassName
 {
   background-color: #564447;
 }
</style>
border-color css

<style>
 span { border-color: #564447; }

 span { border-color: rgb(86,68,71); }

 td.TdClassName
 {
   border-color: #564447;
 }
 .TagClassName
 {
   border-color: #564447;
 }
</style>