#594F51

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

Shades of Don Juan #594F51

Tints of Don Juan #594F51

Color information

#594F51 (or 0x594F51) is unknown color: approx Don Juan. HEX triplet: 59, 4F and 51. RGB value is (89,79,81). Sum of RGB (Red+Green+Blue) = 89+79+81=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #594F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F51 is #A6B0AE. Grayscale: #525252. Windows color (decimal): -10924207 or 5328729. OLE color: 5328729.

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

Color convert

RGB897981-
CMYK00.110.090.65
HSL348º5.95%32.94%-
HSV(B)348º11.24%34.9%-
XYZ8.48.318.95-
YUV82.22127.31132.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.74%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=35.74%
G=31.73%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89798100.110.090.653485.9532.94
Hex594F510B94115c621
Octal13111712101311101534641
Binary1011001100111110100010101110011000001101011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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