Html Css Color HEX #59424C Liver

📋 copy color: '#59424C'

red 89 ◦ green 66 ◦ blue 76

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

Shades of Liver #59424C

Tints of Liver #59424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.9%

R = 38.53%
G = 28.57%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59424C (or 0x59424C) is known color: Liver. HEX triplet: 59, 42 and 4C. RGB value is (89,66,76). Sum of RGB (Red+Green+Blue) = 89+66+76=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 89 - color contains mainly: red. Hex color #59424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59424C is #A6BDB3. Grayscale: #4A4A4A. Windows color (decimal): -10927540 or 4997721. OLE color: 4997721.

HSL color Cylindrical-coordinate representation of color #59424C: hue angle of 333.91º 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 #59424C is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 66 76 -
CMYK 0 0.26 0.15 0.65
HSL 333.91º 0.15% 0.3% -
HSV(B) 333.91º 0.26% 0.35% -
XYZ 7.37 6.54 7.71 -
YUV 74.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 89 66 76 0 0.26 0.15 0.65 333.91 0.15 0.3
Hex 59 42 4C 0 1A F 41 14E F 1E
Octal 131 102 114 0 32 17 101 516 17 36
Binary 1011001 1000010 1001100 0 11010 1111 1000001 101001110 1111 11110

Color Harmonies of #59424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59424C

Black with #59424C

Text Example


Text Example

White with #59424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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