Shades of Don Juan #5C5657
Tints of Don Juan #5C5657
RGB
CMYK
RGB Variations
Color information
#5C5657 (or 0x5C5657) is known color: Don Juan. HEX triplet: 5C, 56 and 57. RGB value is (92,86,87). Sum of RGB (Red+Green+Blue) = 92+86+87=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5657 is #A3A9A8. Grayscale: #575757. Windows color (decimal): -10725801 or 5723740. OLE color: 5723740.
HSL color Cylindrical-coordinate representation of color #5C5657: hue angle of 350º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5C5657 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 86 | 87 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.64 |
| HSL | 350º | 0.03% | 0.35% | - |
| HSV(B) | 350º | 0.07% | 0.36% | - |
| XYZ | 9.46 | 9.62 | 10.37 | - |
| YUV | 87.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 87 | 0 | 0.07 | 0.05 | 0.64 | 350 | 0.03 | 0.35 |
| Hex | 5C | 56 | 57 | 0 | 7 | 5 | 40 | 15E | 3 | 23 |
| Octal | 134 | 126 | 127 | 0 | 7 | 5 | 100 | 536 | 3 | 43 |
| Binary | 1011100 | 1010110 | 1010111 | 0 | 111 | 101 | 1000000 | 101011110 | 11 | 100011 |
Color Harmonies of #5C5657
Complementary color
Monochromatic Colors of #5C5657
Black with #5C5657
Text Example
Text Example
White with #5C5657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5657; }
p { color: rgb(92,86,87); }
H1.HeaderClassName
{
color: #5C5657;
}
.AnyTagClassName
{
color: #5C5657;
}
</style>
background-color css
<style>
a { background-color: #5C5657; }
a { background-color: rgb(92,86,87); }
div.DivClassName
{
background-color: #5C5657;
}
.BgClassName
{
background-color: #5C5657;
}
</style>
border-color css
<style>
span { border-color: #5C5657; }
span { border-color: rgb(92,86,87); }
td.TdClassName
{
border-color: #5C5657;
}
.TagClassName
{
border-color: #5C5657;
}
</style>