#55434B

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

Shades of Liver #55434B

Tints of Liver #55434B

Color information

#55434B (or 0x55434B) is unknown color: approx Liver. HEX triplet: 55, 43 and 4B. RGB value is (85,67,75). Sum of RGB (Red+Green+Blue) = 85+67+75=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #55434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55434B is #AABCB4. Grayscale: #494949. Windows color (decimal): -11189429 or 4932437. OLE color: 4932437.

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

Color convert

RGB856775-
CMYK00.210.120.67
HSL333.33º11.84%29.8%-
HSV(B)333.33º21.18%33.33%-
XYZ7.026.457.53-
YUV73.29128.96136.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=37.44%
G=29.52%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85677500.210.120.67333.3311.8429.8
Hex55434B015C4314dc1e
Octal125103113025141035151436
Binary10101011000011100101101010111001000011101001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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