#55444B

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

Shades of Liver #55444B

Tints of Liver #55444B

Color information

#55444B (or 0x55444B) is unknown color: approx Liver. HEX triplet: 55, 44 and 4B. RGB value is (85,68,75). Sum of RGB (Red+Green+Blue) = 85+68+75=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #55444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55444B is #AABBB4. Grayscale: #494949. Windows color (decimal): -11189173 or 4932693. OLE color: 4932693.

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

Color convert

RGB856875-
CMYK00.200.120.67
HSL335.29º11.11%30%-
HSV(B)335.29º20%33.33%-
XYZ7.086.577.55-
YUV73.88128.63135.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=37.28%
G=29.82%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85687500.200.120.67335.2911.1130
Hex55444B014C4314fb1e
Octal125104113024141035171336
Binary10101011000100100101101010011001000011101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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