#55464F

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

Shades of Liver #55464F

Tints of Liver #55464F

Color information

#55464F (or 0x55464F) is unknown color: approx Liver. HEX triplet: 55, 46 and 4F. RGB value is (85,70,79). Sum of RGB (Red+Green+Blue) = 85+70+79=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #55464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55464F is #AAB9B0. Grayscale: #4B4B4B. Windows color (decimal): -11188657 or 5195349. OLE color: 5195349.

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

Color convert

RGB857079-
CMYK00.180.070.67
HSL324º9.68%30.39%-
HSV(B)324º17.65%33.33%-
XYZ7.356.888.34-
YUV75.51129.97134.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=36.32%
G=29.91%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85707900.180.070.673249.6830.39
Hex55464F012743144a1e
Octal12510611702271035041236
Binary1010101100011010011110100101111000011101000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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