#56444B

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

Shades of Liver #56444B

Tints of Liver #56444B

Color information

#56444B (or 0x56444B) is unknown color: approx Liver. HEX triplet: 56, 44 and 4B. RGB value is (86,68,75). Sum of RGB (Red+Green+Blue) = 86+68+75=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 86 - color contains mainly: red. Hex color #56444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56444B is #A9BBB4. Grayscale: #4A4A4A. Windows color (decimal): -11123637 or 4932694. OLE color: 4932694.

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

Color convert

RGB866875-
CMYK00.210.130.66
HSL336.67º11.69%30.2%-
HSV(B)336.67º20.93%33.73%-
XYZ7.176.627.56-
YUV74.18128.46136.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=37.55%
G=29.69%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86687500.210.130.66336.6711.6930.2
Hex56444B015D42151c1e
Octal126104113025151025211436
Binary10101101000100100101101010111011000010101010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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