#55424B

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

Shades of Liver #55424B

Tints of Liver #55424B

Color information

#55424B (or 0x55424B) is unknown color: approx Liver. HEX triplet: 55, 42 and 4B. RGB value is (85,66,75). Sum of RGB (Red+Green+Blue) = 85+66+75=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #55424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55424B is #AABDB4. Grayscale: #484848. Windows color (decimal): -11189685 or 4932181. OLE color: 4932181.

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

Color convert

RGB856675-
CMYK00.220.120.67
HSL331.58º12.58%29.61%-
HSV(B)331.58º22.35%33.33%-
XYZ6.966.347.51-
YUV72.71129.29136.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 75 (29.69% from 255) = 33.19%
R=37.61%
G=29.20%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85667500.220.120.67331.5812.5829.61
Hex55424B016C4314cd1e
Octal125102113026141035141536
Binary10101011000010100101101011011001000011101001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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