Shades of Don Juan #5E5556
Tints of Don Juan #5E5556
RGB
CMYK
RGB Variations
Color information
#5E5556 (or 0x5E5556) is known color: Don Juan. HEX triplet: 5E, 55 and 56. RGB value is (94,85,86). Sum of RGB (Red+Green+Blue) = 94+85+86=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5556 is #A1AAA9. Grayscale: #575757. Windows color (decimal): -10594986 or 5657950. OLE color: 5657950.
HSL color Cylindrical-coordinate representation of color #5E5556: hue angle of 353.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5E5556 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 85 | 86 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.63 |
| HSL | 353.33º | 0.05% | 0.35% | - |
| HSV(B) | 353.33º | 0.1% | 0.37% | - |
| XYZ | 9.54 | 9.55 | 10.14 | - |
| YUV | 87.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 86 | 0 | 0.10 | 0.09 | 0.63 | 353.33 | 0.05 | 0.35 |
| Hex | 5E | 55 | 56 | 0 | A | 9 | 3F | 161 | 5 | 23 |
| Octal | 136 | 125 | 126 | 0 | 12 | 11 | 77 | 541 | 5 | 43 |
| Binary | 1011110 | 1010101 | 1010110 | 0 | 1010 | 1001 | 111111 | 101100001 | 101 | 100011 |
Color Harmonies of #5E5556
Complementary color
Monochromatic Colors of #5E5556
Black with #5E5556
Text Example
Text Example
White with #5E5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5556; }
p { color: rgb(94,85,86); }
H1.HeaderClassName
{
color: #5E5556;
}
.AnyTagClassName
{
color: #5E5556;
}
</style>
background-color css
<style>
a { background-color: #5E5556; }
a { background-color: rgb(94,85,86); }
div.DivClassName
{
background-color: #5E5556;
}
.BgClassName
{
background-color: #5E5556;
}
</style>
border-color css
<style>
span { border-color: #5E5556; }
span { border-color: rgb(94,85,86); }
td.TdClassName
{
border-color: #5E5556;
}
.TagClassName
{
border-color: #5E5556;
}
</style>