#564446

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

Shades of Emperor #564446

Tints of Emperor #564446

Color information

#564446 (or 0x564446) is unknown color: approx Emperor. HEX triplet: 56, 44 and 46. RGB value is (86,68,70). Sum of RGB (Red+Green+Blue) = 86+68+70=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #564446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564446 is #A9BBB9. Grayscale: #494949. Windows color (decimal): -11123642 or 4605014. OLE color: 4605014.

HSL color Cylindrical-coordinate representation of color #564446: hue angle of 353.33º 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 #564446 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB866870-
CMYK00.210.190.66
HSL353.33º11.69%30.2%-
HSV(B)353.33º20.93%33.73%-
XYZ7.016.556.69-
YUV73.61125.96136.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=38.39%
G=30.36%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86687000.210.190.66353.3311.6930.2
Hex5644460151342161c1e
Octal126104106025231025411436
Binary101011010001001000110010101100111000010101100001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564446; }

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

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

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

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

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

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

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

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