Shades of Don Juan #5D5558
Tints of Don Juan #5D5558
RGB
CMYK
RGB Variations
Color information
#5D5558 (or 0x5D5558) is known color: Don Juan. HEX triplet: 5D, 55 and 58. RGB value is (93,85,88). Sum of RGB (Red+Green+Blue) = 93+85+88=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5558 is #A2AAA7. Grayscale: #575757. Windows color (decimal): -10660520 or 5789021. OLE color: 5789021.
HSL color Cylindrical-coordinate representation of color #5D5558: hue angle of 337.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 #5D5558 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 85 | 88 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.64 |
| HSL | 337.5º | 0.04% | 0.35% | - |
| HSV(B) | 337.5º | 0.09% | 0.36% | - |
| XYZ | 9.52 | 9.53 | 10.57 | - |
| YUV | 87.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 88 | 0 | 0.09 | 0.05 | 0.64 | 337.5 | 0.04 | 0.35 |
| Hex | 5D | 55 | 58 | 0 | 9 | 5 | 40 | 152 | 4 | 23 |
| Octal | 135 | 125 | 130 | 0 | 11 | 5 | 100 | 522 | 4 | 43 |
| Binary | 1011101 | 1010101 | 1011000 | 0 | 1001 | 101 | 1000000 | 101010010 | 100 | 100011 |
Color Harmonies of #5D5558
Complementary color
Monochromatic Colors of #5D5558
Black with #5D5558
Text Example
Text Example
White with #5D5558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5558; }
p { color: rgb(93,85,88); }
H1.HeaderClassName
{
color: #5D5558;
}
.AnyTagClassName
{
color: #5D5558;
}
</style>
background-color css
<style>
a { background-color: #5D5558; }
a { background-color: rgb(93,85,88); }
div.DivClassName
{
background-color: #5D5558;
}
.BgClassName
{
background-color: #5D5558;
}
</style>
border-color css
<style>
span { border-color: #5D5558; }
span { border-color: rgb(93,85,88); }
td.TdClassName
{
border-color: #5D5558;
}
.TagClassName
{
border-color: #5D5558;
}
</style>