Shades of Don Juan #5D5556
Tints of Don Juan #5D5556
RGB
CMYK
RGB Variations
Color information
#5D5556 (or 0x5D5556) is known color: Don Juan. HEX triplet: 5D, 55 and 56. RGB value is (93,85,86). Sum of RGB (Red+Green+Blue) = 93+85+86=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5556 is #A2AAA9. Grayscale: #575757. Windows color (decimal): -10660522 or 5657949. OLE color: 5657949.
HSL color Cylindrical-coordinate representation of color #5D5556: hue angle of 352.5º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5D5556 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 85 | 86 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.64 |
| HSL | 352.5º | 0.04% | 0.35% | - |
| HSV(B) | 352.5º | 0.09% | 0.36% | - |
| XYZ | 9.44 | 9.5 | 10.14 | - |
| YUV | 87.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 86 | 0 | 0.09 | 0.08 | 0.64 | 352.5 | 0.04 | 0.35 |
| Hex | 5D | 55 | 56 | 0 | 9 | 8 | 40 | 160 | 4 | 23 |
| Octal | 135 | 125 | 126 | 0 | 11 | 10 | 100 | 540 | 4 | 43 |
| Binary | 1011101 | 1010101 | 1010110 | 0 | 1001 | 1000 | 1000000 | 101100000 | 100 | 100011 |
Color Harmonies of #5D5556
Complementary color
Monochromatic Colors of #5D5556
Black with #5D5556
Text Example
Text Example
White with #5D5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5556; }
p { color: rgb(93,85,86); }
H1.HeaderClassName
{
color: #5D5556;
}
.AnyTagClassName
{
color: #5D5556;
}
</style>
background-color css
<style>
a { background-color: #5D5556; }
a { background-color: rgb(93,85,86); }
div.DivClassName
{
background-color: #5D5556;
}
.BgClassName
{
background-color: #5D5556;
}
</style>
border-color css
<style>
span { border-color: #5D5556; }
span { border-color: rgb(93,85,86); }
td.TdClassName
{
border-color: #5D5556;
}
.TagClassName
{
border-color: #5D5556;
}
</style>