Html Css Color HEX #59494F Liver

📋 copy color: '#59494F'

red 89 ◦ green 73 ◦ blue 79

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

Shades of Liver #59494F

Tints of Liver #59494F

RGB

 RED value IS 89 (35.16% from 255) = 36.93%

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

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

R = 36.93%
G = 30.29%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59494F (or 0x59494F) is known color: Liver. HEX triplet: 59, 49 and 4F. RGB value is (89,73,79). Sum of RGB (Red+Green+Blue) = 89+73+79=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 89 - color contains mainly: red. Hex color #59494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59494F is #A6B6B0. Grayscale: #4E4E4E. Windows color (decimal): -10925745 or 5196121. OLE color: 5196121.

HSL color Cylindrical-coordinate representation of color #59494F: hue angle of 337.5º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #59494F is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 73 79 -
CMYK 0 0.18 0.11 0.65
HSL 337.5º 0.1% 0.32% -
HSV(B) 337.5º 0.18% 0.35% -
XYZ 7.91 7.45 8.42 -
YUV 78.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 89 73 79 0 0.18 0.11 0.65 337.5 0.1 0.32
Hex 59 49 4F 0 12 B 41 152 A 20
Octal 131 111 117 0 22 13 101 522 12 40
Binary 1011001 1001001 1001111 0 10010 1011 1000001 101010010 1010 100000

Color Harmonies of #59494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59494F

Black with #59494F

Text Example


Text Example

White with #59494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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