Shades of Don Juan #5D5859
Tints of Don Juan #5D5859
RGB
CMYK
RGB Variations
Color information
#5D5859 (or 0x5D5859) is known color: Don Juan. HEX triplet: 5D, 58 and 59. RGB value is (93,88,89). Sum of RGB (Red+Green+Blue) = 93+88+89=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5859 is #A2A7A6. Grayscale: #595959. Windows color (decimal): -10659751 or 5855325. OLE color: 5855325.
HSL color Cylindrical-coordinate representation of color #5D5859: hue angle of 348º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5D5859 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 88 | 89 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.64 |
| HSL | 348º | 0.03% | 0.35% | - |
| HSV(B) | 348º | 0.05% | 0.36% | - |
| XYZ | 9.81 | 10.03 | 10.87 | - |
| YUV | 89.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 89 | 0 | 0.05 | 0.04 | 0.64 | 348 | 0.03 | 0.35 |
| Hex | 5D | 58 | 59 | 0 | 5 | 4 | 40 | 15C | 3 | 23 |
| Octal | 135 | 130 | 131 | 0 | 5 | 4 | 100 | 534 | 3 | 43 |
| Binary | 1011101 | 1011000 | 1011001 | 0 | 101 | 100 | 1000000 | 101011100 | 11 | 100011 |
Color Harmonies of #5D5859
Complementary color
Monochromatic Colors of #5D5859
Black with #5D5859
Text Example
Text Example
White with #5D5859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5859; }
p { color: rgb(93,88,89); }
H1.HeaderClassName
{
color: #5D5859;
}
.AnyTagClassName
{
color: #5D5859;
}
</style>
background-color css
<style>
a { background-color: #5D5859; }
a { background-color: rgb(93,88,89); }
div.DivClassName
{
background-color: #5D5859;
}
.BgClassName
{
background-color: #5D5859;
}
</style>
border-color css
<style>
span { border-color: #5D5859; }
span { border-color: rgb(93,88,89); }
td.TdClassName
{
border-color: #5D5859;
}
.TagClassName
{
border-color: #5D5859;
}
</style>