Html Css Color HEX #594050 Liver

📋 copy color: '#594050'

red 89 ◦ green 64 ◦ blue 80

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

Shades of Liver #594050

Tints of Liver #594050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.33%

R = 38.2%
G = 27.47%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#594050 (or 0x594050) is known color: Liver. HEX triplet: 59, 40 and 50. RGB value is (89,64,80). Sum of RGB (Red+Green+Blue) = 89+64+80=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #594050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594050 is #A6BFAF. Grayscale: #494949. Windows color (decimal): -10928048 or 5259353. OLE color: 5259353.

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

Color convert

RGB 89 64 80 -
CMYK 0 0.28 0.10 0.65
HSL 321.6º 0.16% 0.3% -
HSV(B) 321.6º 0.28% 0.35% -
XYZ 7.4 6.37 8.43 -
YUV 73.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 89 64 80 0 0.28 0.10 0.65 321.6 0.16 0.3
Hex 59 40 50 0 1C A 41 142 10 1E
Octal 131 100 120 0 34 12 101 502 20 36
Binary 1011001 1000000 1010000 0 11100 1010 1000001 101000010 10000 11110

Color Harmonies of #594050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594050

Black with #594050

Text Example


Text Example

White with #594050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594050; }

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

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

background-color css

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

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

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

border-color css

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

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

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