#56424C

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

Shades of Liver #56424C

Tints of Liver #56424C

Color information

#56424C (or 0x56424C) is unknown color: approx Liver. HEX triplet: 56, 42 and 4C. RGB value is (86,66,76). Sum of RGB (Red+Green+Blue) = 86+66+76=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #56424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56424C is #A9BDB3. Grayscale: #494949. Windows color (decimal): -11124148 or 4997718. OLE color: 4997718.

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

Color convert

RGB866676-
CMYK00.230.120.66
HSL330º13.16%29.8%-
HSV(B)330º23.26%33.73%-
XYZ7.096.47.7-
YUV73.12129.63137.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=37.72%
G=28.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86667600.230.120.6633013.1629.8
Hex56424C017C4214ad1e
Octal126102114027141025121536
Binary10101101000010100110001011111001000010101001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56424C; }

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

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

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

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

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

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

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

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