Shades of Don Juan #5B5556
Tints of Don Juan #5B5556
RGB
CMYK
RGB Variations
Color information
#5B5556 (or 0x5B5556) is known color: Don Juan. HEX triplet: 5B, 55 and 56. RGB value is (91,85,86). Sum of RGB (Red+Green+Blue) = 91+85+86=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5556 is #A4AAA9. Grayscale: #565656. Windows color (decimal): -10791594 or 5657947. OLE color: 5657947.
HSL color Cylindrical-coordinate representation of color #5B5556: 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 #5B5556 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 85 | 86 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.64 |
| HSL | 350º | 0.03% | 0.35% | - |
| HSV(B) | 350º | 0.07% | 0.36% | - |
| XYZ | 9.24 | 9.39 | 10.13 | - |
| YUV | 86.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 86 | 0 | 0.07 | 0.05 | 0.64 | 350 | 0.03 | 0.35 |
| Hex | 5B | 55 | 56 | 0 | 7 | 5 | 40 | 15E | 3 | 23 |
| Octal | 133 | 125 | 126 | 0 | 7 | 5 | 100 | 536 | 3 | 43 |
| Binary | 1011011 | 1010101 | 1010110 | 0 | 111 | 101 | 1000000 | 101011110 | 11 | 100011 |
Color Harmonies of #5B5556
Complementary color
Monochromatic Colors of #5B5556
Black with #5B5556
Text Example
Text Example
White with #5B5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5556; }
p { color: rgb(91,85,86); }
H1.HeaderClassName
{
color: #5B5556;
}
.AnyTagClassName
{
color: #5B5556;
}
</style>
background-color css
<style>
a { background-color: #5B5556; }
a { background-color: rgb(91,85,86); }
div.DivClassName
{
background-color: #5B5556;
}
.BgClassName
{
background-color: #5B5556;
}
</style>
border-color css
<style>
span { border-color: #5B5556; }
span { border-color: rgb(91,85,86); }
td.TdClassName
{
border-color: #5B5556;
}
.TagClassName
{
border-color: #5B5556;
}
</style>