Html Css Color HEX #55484F Liver

📋 copy color: '#55484F'

red 85 ◦ green 72 ◦ blue 79

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

Shades of Liver #55484F

Tints of Liver #55484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.51%

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

R = 36.02%
G = 30.51%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#55484F (or 0x55484F) is known color: Liver. HEX triplet: 55, 48 and 4F. RGB value is (85,72,79). Sum of RGB (Red+Green+Blue) = 85+72+79=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #55484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55484F is #AAB7B0. Grayscale: #4C4C4C. Windows color (decimal): -11188145 or 5195861. OLE color: 5195861.

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

Color convert

RGB 85 72 79 -
CMYK 0 0.15 0.07 0.67
HSL 327.69º 0.08% 0.31% -
HSV(B) 327.69º 0.15% 0.33% -
XYZ 7.47 7.13 8.38 -
YUV 76.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 85 72 79 0 0.15 0.07 0.67 327.69 0.08 0.31
Hex 55 48 4F 0 F 7 43 148 8 1F
Octal 125 110 117 0 17 7 103 510 10 37
Binary 1010101 1001000 1001111 0 1111 111 1000011 101001000 1000 11111

Color Harmonies of #55484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55484F

Black with #55484F

Text Example


Text Example

White with #55484F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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