#56404B

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

Shades of Liver #56404B

Tints of Liver #56404B

Color information

#56404B (or 0x56404B) is unknown color: approx Liver. HEX triplet: 56, 40 and 4B. RGB value is (86,64,75). Sum of RGB (Red+Green+Blue) = 86+64+75=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #56404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56404B is #A9BFB4. Grayscale: #474747. Windows color (decimal): -11124661 or 4931670. OLE color: 4931670.

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

Color convert

RGB866475-
CMYK00.260.130.66
HSL330º14.67%29.41%-
HSV(B)330º25.58%33.73%-
XYZ6.946.157.48-
YUV71.83129.79138.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=38.22%
G=28.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86647500.260.130.6633014.6729.41
Hex56404B01AD4214af1d
Octal126100113032151025121735
Binary10101101000000100101101101011011000010101001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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