Html Css Color HEX #55494E Liver

📋 copy color: '#55494E'

red 85 ◦ green 73 ◦ blue 78

#55494E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Liver #55494E

Tints of Liver #55494E

RGB

 RED value IS 85 (33.59% from 255) = 36.02%

 GREEN value IS 73 (28.91% from 255) = 30.93%

 BLUE value IS 78 (30.86% from 255) = 33.05%

R = 36.02%
G = 30.93%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#55494E (or 0x55494E) is known color: Liver. HEX triplet: 55, 49 and 4E. RGB value is (85,73,78). Sum of RGB (Red+Green+Blue) = 85+73+78=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #55494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55494E is #AAB6B1. Grayscale: #4D4D4D. Windows color (decimal): -11187890 or 5130581. OLE color: 5130581.

HSL color Cylindrical-coordinate representation of color #55494E: hue angle of 335º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #55494E is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 73 78 -
CMYK 0 0.14 0.08 0.67
HSL 335º 0.08% 0.31% -
HSV(B) 335º 0.14% 0.33% -
XYZ 7.5 7.25 8.21 -
YUV 77.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 85 73 78 0 0.14 0.08 0.67 335 0.08 0.31
Hex 55 49 4E 0 E 8 43 14F 8 1F
Octal 125 111 116 0 16 10 103 517 10 37
Binary 1010101 1001001 1001110 0 1110 1000 1000011 101001111 1000 11111

Color Harmonies of #55494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55494E

Black with #55494E

Text Example


Text Example

White with #55494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55494E; }

 p { color: rgb(85,73,78); }

 H1.HeaderClassName
 {
   color: #55494E;
 }
 .AnyTagClassName
 {
   color: #55494E;
 }
</style>

background-color css

<style>
 a { background-color: #55494E; }

 a { background-color: rgb(85,73,78); }

 div.DivClassName
 {
   background-color: #55494E;
 }
 .BgClassName
 {
   background-color: #55494E;
 }
</style>

border-color css

<style>
 span { border-color: #55494E; }

 span { border-color: rgb(85,73,78); }

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