Html Css Color HEX #59404D Liver

📋 copy color: '#59404D'

red 89 ◦ green 64 ◦ blue 77

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

Shades of Liver #59404D

Tints of Liver #59404D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 38.7%
G = 27.83%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#59404D (or 0x59404D) is known color: Liver. HEX triplet: 59, 40 and 4D. RGB value is (89,64,77). Sum of RGB (Red+Green+Blue) = 89+64+77=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 89 - color contains mainly: red. Hex color #59404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59404D is #A6BFB2. Grayscale: #484848. Windows color (decimal): -10928051 or 5062745. OLE color: 5062745.

HSL color Cylindrical-coordinate representation of color #59404D: hue angle of 328.8º 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 #59404D is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 64 77 -
CMYK 0 0.28 0.13 0.65
HSL 328.8º 0.16% 0.3% -
HSV(B) 328.8º 0.28% 0.35% -
XYZ 7.29 6.33 7.86 -
YUV 72.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 89 64 77 0 0.28 0.13 0.65 328.8 0.16 0.3
Hex 59 40 4D 0 1C D 41 149 10 1E
Octal 131 100 115 0 34 15 101 511 20 36
Binary 1011001 1000000 1001101 0 11100 1101 1000001 101001001 10000 11110

Color Harmonies of #59404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59404D

Black with #59404D

Text Example


Text Example

White with #59404D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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