Shades of Don Juan #5D5759
Tints of Don Juan #5D5759
RGB
CMYK
RGB Variations
Color information
#5D5759 (or 0x5D5759) is known color: Don Juan. HEX triplet: 5D, 57 and 59. RGB value is (93,87,89). Sum of RGB (Red+Green+Blue) = 93+87+89=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5759 is #A2A8A6. Grayscale: #595959. Windows color (decimal): -10660007 or 5855069. OLE color: 5855069.
HSL color Cylindrical-coordinate representation of color #5D5759: hue angle of 340º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5D5759 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 87 | 89 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.64 |
| HSL | 340º | 0.03% | 0.35% | - |
| HSV(B) | 340º | 0.06% | 0.36% | - |
| XYZ | 9.73 | 9.86 | 10.84 | - |
| YUV | 89.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 89 | 0 | 0.06 | 0.04 | 0.64 | 340 | 0.03 | 0.35 |
| Hex | 5D | 57 | 59 | 0 | 6 | 4 | 40 | 154 | 3 | 23 |
| Octal | 135 | 127 | 131 | 0 | 6 | 4 | 100 | 524 | 3 | 43 |
| Binary | 1011101 | 1010111 | 1011001 | 0 | 110 | 100 | 1000000 | 101010100 | 11 | 100011 |
Color Harmonies of #5D5759
Complementary color
Monochromatic Colors of #5D5759
Black with #5D5759
Text Example
Text Example
White with #5D5759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5759; }
p { color: rgb(93,87,89); }
H1.HeaderClassName
{
color: #5D5759;
}
.AnyTagClassName
{
color: #5D5759;
}
</style>
background-color css
<style>
a { background-color: #5D5759; }
a { background-color: rgb(93,87,89); }
div.DivClassName
{
background-color: #5D5759;
}
.BgClassName
{
background-color: #5D5759;
}
</style>
border-color css
<style>
span { border-color: #5D5759; }
span { border-color: rgb(93,87,89); }
td.TdClassName
{
border-color: #5D5759;
}
.TagClassName
{
border-color: #5D5759;
}
</style>