#564C50

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

Shades of Liver #564C50

Tints of Liver #564C50

Color information

#564C50 (or 0x564C50) is unknown color: approx Liver. HEX triplet: 56, 4C and 50. RGB value is (86,76,80). Sum of RGB (Red+Green+Blue) = 86+76+80=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 86 - color contains mainly: red. Hex color #564C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C50 is #A9B3AF. Grayscale: #4F4F4F. Windows color (decimal): -11121584 or 5262422. OLE color: 5262422.

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

Color convert

RGB867680-
CMYK00.120.070.66
HSL336º6.17%31.76%-
HSV(B)336º11.63%33.73%-
XYZ7.877.738.67-
YUV79.45128.31132.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=35.54%
G=31.40%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86768000.120.070.663366.1731.76
Hex564C500C742150620
Octal1261141200147102520640
Binary101011010011001010000011001111000010101010000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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