Shades of Don Juan #5A5556
Tints of Don Juan #5A5556
RGB
CMYK
RGB Variations
Color information
#5A5556 (or 0x5A5556) is known color: Don Juan. HEX triplet: 5A, 55 and 56. RGB value is (90,85,86). Sum of RGB (Red+Green+Blue) = 90+85+86=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5556 is #A5AAA9. Grayscale: #565656. Windows color (decimal): -10857130 or 5657946. OLE color: 5657946.
HSL color Cylindrical-coordinate representation of color #5A5556: hue angle of 348º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5A5556 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 85 | 86 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.65 |
| HSL | 348º | 0.03% | 0.34% | - |
| HSV(B) | 348º | 0.06% | 0.35% | - |
| XYZ | 9.14 | 9.34 | 10.13 | - |
| YUV | 86.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 86 | 0 | 0.06 | 0.04 | 0.65 | 348 | 0.03 | 0.34 |
| Hex | 5A | 55 | 56 | 0 | 6 | 4 | 41 | 15C | 3 | 22 |
| Octal | 132 | 125 | 126 | 0 | 6 | 4 | 101 | 534 | 3 | 42 |
| Binary | 1011010 | 1010101 | 1010110 | 0 | 110 | 100 | 1000001 | 101011100 | 11 | 100010 |
Color Harmonies of #5A5556
Complementary color
Monochromatic Colors of #5A5556
Black with #5A5556
Text Example
Text Example
White with #5A5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5556; }
p { color: rgb(90,85,86); }
H1.HeaderClassName
{
color: #5A5556;
}
.AnyTagClassName
{
color: #5A5556;
}
</style>
background-color css
<style>
a { background-color: #5A5556; }
a { background-color: rgb(90,85,86); }
div.DivClassName
{
background-color: #5A5556;
}
.BgClassName
{
background-color: #5A5556;
}
</style>
border-color css
<style>
span { border-color: #5A5556; }
span { border-color: rgb(90,85,86); }
td.TdClassName
{
border-color: #5A5556;
}
.TagClassName
{
border-color: #5A5556;
}
</style>