#564A4E

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

Shades of Liver #564A4E

Tints of Liver #564A4E

Color information

#564A4E (or 0x564A4E) is unknown color: approx Liver. HEX triplet: 56, 4A and 4E. RGB value is (86,74,78). Sum of RGB (Red+Green+Blue) = 86+74+78=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 86 - color contains mainly: red. Hex color #564A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A4E is #A9B5B1. Grayscale: #4E4E4E. Windows color (decimal): -11122098 or 5130838. OLE color: 5130838.

HSL color Cylindrical-coordinate representation of color #564A4E: hue angle of 340º 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 #564A4E is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB867478-
CMYK00.140.090.66
HSL340º7.5%31.37%-
HSV(B)340º13.95%33.73%-
XYZ7.667.438.24-
YUV78.04127.98133.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.13%
GREEN value IS 74 (29.30% from 255) = 31.09%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=36.13%
G=31.09%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86747800.140.090.663407.531.37
Hex564A4E0E94215471f
Octal12611211601611102524737
Binary101011010010101001110011101001100001010101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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