#564C51

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

Shades of Liver #564C51

Tints of Liver #564C51

Color information

#564C51 (or 0x564C51) is unknown color: approx Liver. HEX triplet: 56, 4C and 51. RGB value is (86,76,81). Sum of RGB (Red+Green+Blue) = 86+76+81=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 86 - color contains mainly: red. Hex color #564C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C51 is #A9B3AE. Grayscale: #4F4F4F. Windows color (decimal): -11121583 or 5327958. OLE color: 5327958.

HSL color Cylindrical-coordinate representation of color #564C51: hue angle of 330º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #564C51 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB867681-
CMYK00.120.060.66
HSL330º6.17%31.76%-
HSV(B)330º11.63%33.73%-
XYZ7.917.748.86-
YUV79.56128.81132.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=35.39%
G=31.28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86768100.120.060.663306.1731.76
Hex564C510C64214a620
Octal1261141210146102512640
Binary101011010011001010001011001101000010101001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,76,81); }

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

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

 a { background-color: rgb(86,76,81); }

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

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

 span { border-color: rgb(86,76,81); }

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