Shades of Don Juan #5B5859
Tints of Don Juan #5B5859
RGB
CMYK
RGB Variations
Color information
#5B5859 (or 0x5B5859) is known color: Don Juan. HEX triplet: 5B, 58 and 59. RGB value is (91,88,89). Sum of RGB (Red+Green+Blue) = 91+88+89=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5859 is #A4A7A6. Grayscale: #595959. Windows color (decimal): -10790823 or 5855323. OLE color: 5855323.
HSL color Cylindrical-coordinate representation of color #5B5859: hue angle of 340º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #5B5859 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 89 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.64 |
| HSL | 340º | 0.02% | 0.35% | - |
| HSV(B) | 340º | 0.03% | 0.36% | - |
| XYZ | 9.61 | 9.92 | 10.86 | - |
| YUV | 89.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 89 | 0 | 0.03 | 0.02 | 0.64 | 340 | 0.02 | 0.35 |
| Hex | 5B | 58 | 59 | 0 | 3 | 2 | 40 | 154 | 2 | 23 |
| Octal | 133 | 130 | 131 | 0 | 3 | 2 | 100 | 524 | 2 | 43 |
| Binary | 1011011 | 1011000 | 1011001 | 0 | 11 | 10 | 1000000 | 101010100 | 10 | 100011 |
Color Harmonies of #5B5859
Complementary color
Monochromatic Colors of #5B5859
Black with #5B5859
Text Example
Text Example
White with #5B5859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5859; }
p { color: rgb(91,88,89); }
H1.HeaderClassName
{
color: #5B5859;
}
.AnyTagClassName
{
color: #5B5859;
}
</style>
background-color css
<style>
a { background-color: #5B5859; }
a { background-color: rgb(91,88,89); }
div.DivClassName
{
background-color: #5B5859;
}
.BgClassName
{
background-color: #5B5859;
}
</style>
border-color css
<style>
span { border-color: #5B5859; }
span { border-color: rgb(91,88,89); }
td.TdClassName
{
border-color: #5B5859;
}
.TagClassName
{
border-color: #5B5859;
}
</style>