#56424A

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

Shades of Liver #56424A

Tints of Liver #56424A

Color information

#56424A (or 0x56424A) is unknown color: approx Liver. HEX triplet: 56, 42 and 4A. RGB value is (86,66,74). Sum of RGB (Red+Green+Blue) = 86+66+74=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #56424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56424A is #A9BDB5. Grayscale: #484848. Windows color (decimal): -11124150 or 4866646. OLE color: 4866646.

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

Color convert

RGB866674-
CMYK00.230.140.66
HSL336º13.16%29.8%-
HSV(B)336º23.26%33.73%-
XYZ7.026.377.34-
YUV72.89128.63137.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=38.05%
G=29.20%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86667400.230.140.6633613.1629.8
Hex56424A017E42150d1e
Octal126102112027161025201536
Binary10101101000010100101001011111101000010101010000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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