#564A4B

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

Shades of Emperor #564A4B

Tints of Emperor #564A4B

Color information

#564A4B (or 0x564A4B) is unknown color: approx Emperor. HEX triplet: 56, 4A and 4B. RGB value is (86,74,75). Sum of RGB (Red+Green+Blue) = 86+74+75=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 86 - color contains mainly: red. Hex color #564A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A4B is #A9B5B4. Grayscale: #4D4D4D. Windows color (decimal): -11122101 or 4934230. OLE color: 4934230.

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

Color convert

RGB867475-
CMYK00.140.130.66
HSL355º7.5%31.37%-
HSV(B)355º13.95%33.73%-
XYZ7.567.387.68-
YUV77.7126.48133.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=36.60%
G=31.49%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86747500.140.130.663557.531.37
Hex564A4B0ED4216371f
Octal12611211301615102543737
Binary101011010010101001011011101101100001010110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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