#56454B

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

Shades of Liver #56454B

Tints of Liver #56454B

Color information

#56454B (or 0x56454B) is unknown color: approx Liver. HEX triplet: 56, 45 and 4B. RGB value is (86,69,75). Sum of RGB (Red+Green+Blue) = 86+69+75=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 86 - color contains mainly: red. Hex color #56454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56454B is #A9BAB4. Grayscale: #4A4A4A. Windows color (decimal): -11123381 or 4932950. OLE color: 4932950.

HSL color Cylindrical-coordinate representation of color #56454B: hue angle of 338.82º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56454B is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB866975-
CMYK00.200.130.66
HSL338.82º10.97%30.39%-
HSV(B)338.82º19.77%33.73%-
XYZ7.246.747.58-
YUV74.77128.13136.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=37.39%
G=30%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86697500.200.130.66338.8210.9730.39
Hex56454B014D42153b1e
Octal126105113024151025231336
Binary10101101000101100101101010011011000010101010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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