#594D50

Color #594D50 Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #594D50

Tints of Don Juan #594D50

Color information

#594D50 (or 0x594D50) is unknown color: approx Don Juan. HEX triplet: 59, 4D and 50. RGB value is (89,77,80). Sum of RGB (Red+Green+Blue) = 89+77+80=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 89 - color contains mainly: red. Hex color #594D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D50 is #A6B2AF. Grayscale: #505050. Windows color (decimal): -10924720 or 5262681. OLE color: 5262681.

HSL color Cylindrical-coordinate representation of color #594D50: hue angle of 345º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #594D50 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB897780-
CMYK00.130.100.65
HSL345º7.23%32.55%-
HSV(B)345º13.48%34.9%-
XYZ8.228.018.7-
YUV80.93127.48133.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.18%
GREEN value IS 77 (30.47% from 255) = 31.30%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=36.18%
G=31.30%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89778000.130.100.653457.2332.55
Hex594D500DA41159721
Octal13111512001512101531741
Binary1011001100110110100000110110101000001101011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594D50; }

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

 H1.HeaderClassName
 {
   color: #594D50;
 }
 .AnyTagClassName
 {
   color: #594D50;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #594D50;
 }
 .BgClassName
 {
   background-color: #594D50;
 }
</style>
border-color css

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

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

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