Html Css Color HEX #59424D Liver

📋 copy color: '#59424D'

red 89 ◦ green 66 ◦ blue 77

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

Shades of Liver #59424D

Tints of Liver #59424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

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

R = 38.36%
G = 28.45%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#59424D (or 0x59424D) is known color: Liver. HEX triplet: 59, 42 and 4D. RGB value is (89,66,77). Sum of RGB (Red+Green+Blue) = 89+66+77=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 89 - color contains mainly: red. Hex color #59424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59424D is #A6BDB2. Grayscale: #4A4A4A. Windows color (decimal): -10927539 or 5063257. OLE color: 5063257.

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

Color convert

RGB 89 66 77 -
CMYK 0 0.26 0.13 0.65
HSL 331.3º 0.15% 0.3% -
HSV(B) 331.3º 0.26% 0.35% -
XYZ 7.41 6.56 7.9 -
YUV 74.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 89 66 77 0 0.26 0.13 0.65 331.3 0.15 0.3
Hex 59 42 4D 0 1A D 41 14B F 1E
Octal 131 102 115 0 32 15 101 513 17 36
Binary 1011001 1000010 1001101 0 11010 1101 1000001 101001011 1111 11110

Color Harmonies of #59424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59424D

Black with #59424D

Text Example


Text Example

White with #59424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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