Shades of Don Juan #595355
Tints of Don Juan #595355
RGB
CMYK
RGB Variations
Color information
#595355 (or 0x595355) is known color: Don Juan. HEX triplet: 59, 53 and 55. RGB value is (89,83,85). Sum of RGB (Red+Green+Blue) = 89+83+85=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 89 - color contains mainly: red. Hex color #595355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595355 is #A6ACAA. Grayscale: #555555. Windows color (decimal): -10923179 or 5591897. OLE color: 5591897.
HSL color Cylindrical-coordinate representation of color #595355: hue angle of 340º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #595355 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 83 | 85 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.65 |
| HSL | 340º | 0.03% | 0.34% | - |
| HSV(B) | 340º | 0.07% | 0.35% | - |
| XYZ | 8.85 | 8.97 | 9.86 | - |
| YUV | 85.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 85 | 0 | 0.07 | 0.04 | 0.65 | 340 | 0.03 | 0.34 |
| Hex | 59 | 53 | 55 | 0 | 7 | 4 | 41 | 154 | 3 | 22 |
| Octal | 131 | 123 | 125 | 0 | 7 | 4 | 101 | 524 | 3 | 42 |
| Binary | 1011001 | 1010011 | 1010101 | 0 | 111 | 100 | 1000001 | 101010100 | 11 | 100010 |
Color Harmonies of #595355
Complementary color
Monochromatic Colors of #595355
Black with #595355
Text Example
Text Example
White with #595355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595355; }
p { color: rgb(89,83,85); }
H1.HeaderClassName
{
color: #595355;
}
.AnyTagClassName
{
color: #595355;
}
</style>
background-color css
<style>
a { background-color: #595355; }
a { background-color: rgb(89,83,85); }
div.DivClassName
{
background-color: #595355;
}
.BgClassName
{
background-color: #595355;
}
</style>
border-color css
<style>
span { border-color: #595355; }
span { border-color: rgb(89,83,85); }
td.TdClassName
{
border-color: #595355;
}
.TagClassName
{
border-color: #595355;
}
</style>