Shades of Don Juan #5B5657
Tints of Don Juan #5B5657
RGB
CMYK
RGB Variations
Color information
#5B5657 (or 0x5B5657) is known color: Don Juan. HEX triplet: 5B, 56 and 57. RGB value is (91,86,87). Sum of RGB (Red+Green+Blue) = 91+86+87=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5657 is #A4A9A8. Grayscale: #575757. Windows color (decimal): -10791337 or 5723739. OLE color: 5723739.
HSL color Cylindrical-coordinate representation of color #5B5657: 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 #5B5657 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 86 | 87 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.64 |
| HSL | 348º | 0.03% | 0.35% | - |
| HSV(B) | 348º | 0.05% | 0.36% | - |
| XYZ | 9.36 | 9.57 | 10.37 | - |
| YUV | 87.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 87 | 0 | 0.05 | 0.04 | 0.64 | 348 | 0.03 | 0.35 |
| Hex | 5B | 56 | 57 | 0 | 5 | 4 | 40 | 15C | 3 | 23 |
| Octal | 133 | 126 | 127 | 0 | 5 | 4 | 100 | 534 | 3 | 43 |
| Binary | 1011011 | 1010110 | 1010111 | 0 | 101 | 100 | 1000000 | 101011100 | 11 | 100011 |
Color Harmonies of #5B5657
Complementary color
Monochromatic Colors of #5B5657
Black with #5B5657
Text Example
Text Example
White with #5B5657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5657; }
p { color: rgb(91,86,87); }
H1.HeaderClassName
{
color: #5B5657;
}
.AnyTagClassName
{
color: #5B5657;
}
</style>
background-color css
<style>
a { background-color: #5B5657; }
a { background-color: rgb(91,86,87); }
div.DivClassName
{
background-color: #5B5657;
}
.BgClassName
{
background-color: #5B5657;
}
</style>
border-color css
<style>
span { border-color: #5B5657; }
span { border-color: rgb(91,86,87); }
td.TdClassName
{
border-color: #5B5657;
}
.TagClassName
{
border-color: #5B5657;
}
</style>