#564248

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

Shades of Emperor #564248

Tints of Emperor #564248

Color information

#564248 (or 0x564248) is unknown color: approx Emperor. HEX triplet: 56, 42 and 48. RGB value is (86,66,72). Sum of RGB (Red+Green+Blue) = 86+66+72=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #564248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564248 is #A9BDB7. Grayscale: #484848. Windows color (decimal): -11124152 or 4735574. OLE color: 4735574.

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

Color convert

RGB866672-
CMYK00.230.160.66
HSL342º13.16%29.8%-
HSV(B)342º23.26%33.73%-
XYZ6.966.346.99-
YUV72.66127.63137.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=38.39%
G=29.46%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86667200.230.160.6634213.1629.8
Hex5642480171042156d1e
Octal126102110027201025261536
Binary101011010000101001000010111100001000010101010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564248; }

 p { color: rgb(86,66,72); }

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

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

 a { background-color: rgb(86,66,72); }

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

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

 span { border-color: rgb(86,66,72); }

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