Html Css Color HEX #59454C Liver

📋 copy color: '#59454C'

red 89 ◦ green 69 ◦ blue 76

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

Shades of Liver #59454C

Tints of Liver #59454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.49%

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

R = 38.03%
G = 29.49%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59454C (or 0x59454C) is known color: Liver. HEX triplet: 59, 45 and 4C. RGB value is (89,69,76). Sum of RGB (Red+Green+Blue) = 89+69+76=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #59454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59454C is #A6BAB3. Grayscale: #4B4B4B. Windows color (decimal): -10926772 or 4998489. OLE color: 4998489.

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

Color convert

RGB 89 69 76 -
CMYK 0 0.22 0.15 0.65
HSL 339º 0.13% 0.31% -
HSV(B) 339º 0.22% 0.35% -
XYZ 7.55 6.9 7.77 -
YUV 75.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 89 69 76 0 0.22 0.15 0.65 339 0.13 0.31
Hex 59 45 4C 0 16 F 41 153 D 1F
Octal 131 105 114 0 26 17 101 523 15 37
Binary 1011001 1000101 1001100 0 10110 1111 1000001 101010011 1101 11111

Color Harmonies of #59454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59454C

Black with #59454C

Text Example


Text Example

White with #59454C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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