#55454B

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

Shades of Liver #55454B

Tints of Liver #55454B

Color information

#55454B (or 0x55454B) is unknown color: approx Liver. HEX triplet: 55, 45 and 4B. RGB value is (85,69,75). Sum of RGB (Red+Green+Blue) = 85+69+75=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #55454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55454B is #AABAB4. Grayscale: #4A4A4A. Windows color (decimal): -11188917 or 4932949. OLE color: 4932949.

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

Color convert

RGB856975-
CMYK00.190.120.67
HSL337.5º10.39%30.2%-
HSV(B)337.5º18.82%33.33%-
XYZ7.146.77.57-
YUV74.47128.3135.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=37.12%
G=30.13%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85697500.190.120.67337.510.3930.2
Hex55454B013C43152a1e
Octal125105113023141035221236
Binary10101011000101100101101001111001000011101010010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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