#564547

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

Shades of Emperor #564547

Tints of Emperor #564547

Color information

#564547 (or 0x564547) is unknown color: approx Emperor. HEX triplet: 56, 45 and 47. RGB value is (86,69,71). Sum of RGB (Red+Green+Blue) = 86+69+71=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #564547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564547 is #A9BAB8. Grayscale: #4A4A4A. Windows color (decimal): -11123385 or 4670806. OLE color: 4670806.

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

Color convert

RGB866971-
CMYK00.200.170.66
HSL352.94º10.97%30.39%-
HSV(B)352.94º19.77%33.73%-
XYZ7.16.696.88-
YUV74.31126.13136.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 71 (28.12% from 255) = 31.42%
R=38.05%
G=30.53%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86697100.200.170.66352.9410.9730.39
Hex5645470141142161b1e
Octal126105107024211025411336
Binary101011010001011000111010100100011000010101100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564547; }

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

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

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

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

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

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

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

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