Html Css Color HEX #55494F Liver

📋 copy color: '#55494F'

red 85 ◦ green 73 ◦ blue 79

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

Shades of Liver #55494F

Tints of Liver #55494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.33%

R = 35.86%
G = 30.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#55494F (or 0x55494F) is known color: Liver. HEX triplet: 55, 49 and 4F. RGB value is (85,73,79). Sum of RGB (Red+Green+Blue) = 85+73+79=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #55494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55494F is #AAB6B0. Grayscale: #4D4D4D. Windows color (decimal): -11187889 or 5196117. OLE color: 5196117.

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

Color convert

RGB 85 73 79 -
CMYK 0 0.14 0.07 0.67
HSL 330º 0.08% 0.31% -
HSV(B) 330º 0.14% 0.33% -
XYZ 7.54 7.26 8.4 -
YUV 77.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 85 73 79 0 0.14 0.07 0.67 330 0.08 0.31
Hex 55 49 4F 0 E 7 43 14A 8 1F
Octal 125 111 117 0 16 7 103 512 10 37
Binary 1010101 1001001 1001111 0 1110 111 1000011 101001010 1000 11111

Color Harmonies of #55494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55494F

Black with #55494F

Text Example


Text Example

White with #55494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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