#564B4C

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

Shades of Emperor #564B4C

Tints of Emperor #564B4C

Color information

#564B4C (or 0x564B4C) is unknown color: approx Emperor. HEX triplet: 56, 4B and 4C. RGB value is (86,75,76). Sum of RGB (Red+Green+Blue) = 86+75+76=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #564B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B4C is #A9B4B3. Grayscale: #4E4E4E. Windows color (decimal): -11121844 or 5000022. OLE color: 5000022.

HSL color Cylindrical-coordinate representation of color #564B4C: hue angle of 354.55º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #564B4C is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB867576-
CMYK00.130.120.66
HSL354.55º6.83%31.57%-
HSV(B)354.55º12.79%33.73%-
XYZ7.667.537.89-
YUV78.4126.64133.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=36.29%
G=31.65%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86757600.130.120.66354.556.8331.57
Hex564B4C0DC42163720
Octal12611311401514102543740
Binary1010110100101110011000110111001000010101100011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564B4C; }

 p { color: rgb(86,75,76); }

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

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

 a { background-color: rgb(86,75,76); }

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

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

 span { border-color: rgb(86,75,76); }

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