Shades of Don Juan #5C5859
Tints of Don Juan #5C5859
RGB
CMYK
RGB Variations
Color information
#5C5859 (or 0x5C5859) is known color: Don Juan. HEX triplet: 5C, 58 and 59. RGB value is (92,88,89). Sum of RGB (Red+Green+Blue) = 92+88+89=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5859 is #A3A7A6. Grayscale: #595959. Windows color (decimal): -10725287 or 5855324. OLE color: 5855324.
HSL color Cylindrical-coordinate representation of color #5C5859: hue angle of 345º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5C5859 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 88 | 89 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.64 |
| HSL | 345º | 0.02% | 0.35% | - |
| HSV(B) | 345º | 0.04% | 0.36% | - |
| XYZ | 9.71 | 9.98 | 10.87 | - |
| YUV | 89.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 89 | 0 | 0.04 | 0.03 | 0.64 | 345 | 0.02 | 0.35 |
| Hex | 5C | 58 | 59 | 0 | 4 | 3 | 40 | 159 | 2 | 23 |
| Octal | 134 | 130 | 131 | 0 | 4 | 3 | 100 | 531 | 2 | 43 |
| Binary | 1011100 | 1011000 | 1011001 | 0 | 100 | 11 | 1000000 | 101011001 | 10 | 100011 |
Color Harmonies of #5C5859
Complementary color
Monochromatic Colors of #5C5859
Black with #5C5859
Text Example
Text Example
White with #5C5859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5859; }
p { color: rgb(92,88,89); }
H1.HeaderClassName
{
color: #5C5859;
}
.AnyTagClassName
{
color: #5C5859;
}
</style>
background-color css
<style>
a { background-color: #5C5859; }
a { background-color: rgb(92,88,89); }
div.DivClassName
{
background-color: #5C5859;
}
.BgClassName
{
background-color: #5C5859;
}
</style>
border-color css
<style>
span { border-color: #5C5859; }
span { border-color: rgb(92,88,89); }
td.TdClassName
{
border-color: #5C5859;
}
.TagClassName
{
border-color: #5C5859;
}
</style>