#55444F

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

Shades of Liver #55444F

Tints of Liver #55444F

Color information

#55444F (or 0x55444F) is unknown color: approx Liver. HEX triplet: 55, 44 and 4F. RGB value is (85,68,79). Sum of RGB (Red+Green+Blue) = 85+68+79=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #55444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55444F is #AABBB0. Grayscale: #4A4A4A. Windows color (decimal): -11189169 or 5194837. OLE color: 5194837.

HSL color Cylindrical-coordinate representation of color #55444F: hue angle of 321.18º 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 #55444F is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB856879-
CMYK00.200.070.67
HSL321.18º11.11%30%-
HSV(B)321.18º20%33.33%-
XYZ7.226.638.3-
YUV74.34130.63135.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=36.64%
G=29.31%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85687900.200.070.67321.1811.1130
Hex55444F014743141b1e
Octal12510411702471035011336
Binary1010101100010010011110101001111000011101000001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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