Html Css Color HEX #59404E Liver

📋 copy color: '#59404E'

red 89 ◦ green 64 ◦ blue 78

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

Shades of Liver #59404E

Tints of Liver #59404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

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

R = 38.53%
G = 27.71%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59404E (or 0x59404E) is known color: Liver. HEX triplet: 59, 40 and 4E. RGB value is (89,64,78). Sum of RGB (Red+Green+Blue) = 89+64+78=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 89 - color contains mainly: red. Hex color #59404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59404E is #A6BFB1. Grayscale: #494949. Windows color (decimal): -10928050 or 5128281. OLE color: 5128281.

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

Color convert

RGB 89 64 78 -
CMYK 0 0.28 0.12 0.65
HSL 326.4º 0.16% 0.3% -
HSV(B) 326.4º 0.28% 0.35% -
XYZ 7.33 6.34 8.05 -
YUV 73.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 89 64 78 0 0.28 0.12 0.65 326.4 0.16 0.3
Hex 59 40 4E 0 1C C 41 146 10 1E
Octal 131 100 116 0 34 14 101 506 20 36
Binary 1011001 1000000 1001110 0 11100 1100 1000001 101000110 10000 11110

Color Harmonies of #59404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59404E

Black with #59404E

Text Example


Text Example

White with #59404E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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