Html Css Color HEX #59404F Liver

📋 copy color: '#59404F'

red 89 ◦ green 64 ◦ blue 79

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

Shades of Liver #59404F

Tints of Liver #59404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 38.36%
G = 27.59%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59404F (or 0x59404F) is known color: Liver. HEX triplet: 59, 40 and 4F. RGB value is (89,64,79). Sum of RGB (Red+Green+Blue) = 89+64+79=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 89 - color contains mainly: red. Hex color #59404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59404F is #A6BFB0. Grayscale: #494949. Windows color (decimal): -10928049 or 5193817. OLE color: 5193817.

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

Color convert

RGB 89 64 79 -
CMYK 0 0.28 0.11 0.65
HSL 324º 0.16% 0.3% -
HSV(B) 324º 0.28% 0.35% -
XYZ 7.36 6.36 8.24 -
YUV 73.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 89 64 79 0 0.28 0.11 0.65 324 0.16 0.3
Hex 59 40 4F 0 1C B 41 144 10 1E
Octal 131 100 117 0 34 13 101 504 20 36
Binary 1011001 1000000 1001111 0 11100 1011 1000001 101000100 10000 11110

Color Harmonies of #59404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59404F

Black with #59404F

Text Example


Text Example

White with #59404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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