#564044

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

Shades of Emperor #564044

Tints of Emperor #564044

Color information

#564044 (or 0x564044) is unknown color: approx Emperor. HEX triplet: 56, 40 and 44. RGB value is (86,64,68). Sum of RGB (Red+Green+Blue) = 86+64+68=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #564044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564044 is #A9BFBB. Grayscale: #474747. Windows color (decimal): -11124668 or 4472918. OLE color: 4472918.

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

Color convert

RGB866468-
CMYK00.260.210.66
HSL349.09º14.67%29.41%-
HSV(B)349.09º25.58%33.73%-
XYZ6.716.066.29-
YUV71.03126.29138.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=39.45%
G=29.36%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86646800.260.210.66349.0914.6729.41
Hex56404401A154215df1d
Octal126100104032251025351735
Binary101011010000001000100011010101011000010101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564044; }

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

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

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

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

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

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

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

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