#56424B

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

Shades of Liver #56424B

Tints of Liver #56424B

Color information

#56424B (or 0x56424B) is unknown color: approx Liver. HEX triplet: 56, 42 and 4B. RGB value is (86,66,75). Sum of RGB (Red+Green+Blue) = 86+66+75=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #56424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56424B is #A9BDB4. Grayscale: #484848. Windows color (decimal): -11124149 or 4932182. OLE color: 4932182.

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

Color convert

RGB866675-
CMYK00.230.130.66
HSL333º13.16%29.8%-
HSV(B)333º23.26%33.73%-
XYZ7.066.387.52-
YUV73.01129.13137.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=37.89%
G=29.07%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86667500.230.130.6633313.1629.8
Hex56424B017D4214dd1e
Octal126102113027151025151536
Binary10101101000010100101101011111011000010101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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