Html Css Color HEX #59484E Liver

📋 copy color: '#59484E'

red 89 ◦ green 72 ◦ blue 78

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

Shades of Liver #59484E

Tints of Liver #59484E

RGB

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

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

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

R = 37.24%
G = 30.13%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59484E (or 0x59484E) is known color: Liver. HEX triplet: 59, 48 and 4E. RGB value is (89,72,78). Sum of RGB (Red+Green+Blue) = 89+72+78=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 89 - color contains mainly: red. Hex color #59484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59484E is #A6B7B1. Grayscale: #4D4D4D. Windows color (decimal): -10926002 or 5130329. OLE color: 5130329.

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

Color convert

RGB 89 72 78 -
CMYK 0 0.19 0.12 0.65
HSL 338.82º 0.11% 0.32% -
HSV(B) 338.82º 0.19% 0.35% -
XYZ 7.81 7.31 8.21 -
YUV 77.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 89 72 78 0 0.19 0.12 0.65 338.82 0.11 0.32
Hex 59 48 4E 0 13 C 41 153 B 20
Octal 131 110 116 0 23 14 101 523 13 40
Binary 1011001 1001000 1001110 0 10011 1100 1000001 101010011 1011 100000

Color Harmonies of #59484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59484E

Black with #59484E

Text Example


Text Example

White with #59484E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,72,78); }

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

background-color css

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

 a { background-color: rgb(89,72,78); }

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

border-color css

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

 span { border-color: rgb(89,72,78); }

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