Html Css Color HEX #59414D Liver

📋 copy color: '#59414D'

red 89 ◦ green 65 ◦ blue 77

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

Shades of Liver #59414D

Tints of Liver #59414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

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

R = 38.53%
G = 28.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#59414D (or 0x59414D) is known color: Liver. HEX triplet: 59, 41 and 4D. RGB value is (89,65,77). Sum of RGB (Red+Green+Blue) = 89+65+77=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 89 - color contains mainly: red. Hex color #59414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59414D is #A6BEB2. Grayscale: #494949. Windows color (decimal): -10927795 or 5063001. OLE color: 5063001.

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

Color convert

RGB 89 65 77 -
CMYK 0 0.27 0.13 0.65
HSL 330º 0.16% 0.3% -
HSV(B) 330º 0.27% 0.35% -
XYZ 7.35 6.44 7.88 -
YUV 73.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 89 65 77 0 0.27 0.13 0.65 330 0.16 0.3
Hex 59 41 4D 0 1B D 41 14A 10 1E
Octal 131 101 115 0 33 15 101 512 20 36
Binary 1011001 1000001 1001101 0 11011 1101 1000001 101001010 10000 11110

Color Harmonies of #59414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59414D

Black with #59414D

Text Example


Text Example

White with #59414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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