#594E50

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

Shades of Don Juan #594E50

Tints of Don Juan #594E50

Color information

#594E50 (or 0x594E50) is unknown color: approx Don Juan. HEX triplet: 59, 4E and 50. RGB value is (89,78,80). Sum of RGB (Red+Green+Blue) = 89+78+80=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 89 - color contains mainly: red. Hex color #594E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E50 is #A6B1AF. Grayscale: #515151. Windows color (decimal): -10924464 or 5262937. OLE color: 5262937.

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

Color convert

RGB897880-
CMYK00.120.100.65
HSL349.09º6.59%32.75%-
HSV(B)349.09º12.36%34.9%-
XYZ8.298.158.73-
YUV81.52127.14133.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.03%
GREEN value IS 78 (30.86% from 255) = 31.58%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=36.03%
G=31.58%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89788000.120.100.65349.096.5932.75
Hex594E500CA4115d721
Octal13111612001412101535741
Binary1011001100111010100000110010101000001101011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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