Shades of Don Juan #5D5253
Tints of Don Juan #5D5253
RGB
CMYK
RGB Variations
Color information
#5D5253 (or 0x5D5253) is known color: Don Juan. HEX triplet: 5D, 52 and 53. RGB value is (93,82,83). Sum of RGB (Red+Green+Blue) = 93+82+83=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5253 is #A2ADAC. Grayscale: #555555. Windows color (decimal): -10661293 or 5460573. OLE color: 5460573.
HSL color Cylindrical-coordinate representation of color #5D5253: hue angle of 354.55º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5D5253 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 82 | 83 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.64 |
| HSL | 354.55º | 0.06% | 0.34% | - |
| HSV(B) | 354.55º | 0.12% | 0.36% | - |
| XYZ | 9.09 | 8.99 | 9.44 | - |
| YUV | 85.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 83 | 0 | 0.12 | 0.11 | 0.64 | 354.55 | 0.06 | 0.34 |
| Hex | 5D | 52 | 53 | 0 | C | B | 40 | 163 | 6 | 22 |
| Octal | 135 | 122 | 123 | 0 | 14 | 13 | 100 | 543 | 6 | 42 |
| Binary | 1011101 | 1010010 | 1010011 | 0 | 1100 | 1011 | 1000000 | 101100011 | 110 | 100010 |
Color Harmonies of #5D5253
Complementary color
Monochromatic Colors of #5D5253
Black with #5D5253
Text Example
Text Example
White with #5D5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5253; }
p { color: rgb(93,82,83); }
H1.HeaderClassName
{
color: #5D5253;
}
.AnyTagClassName
{
color: #5D5253;
}
</style>
background-color css
<style>
a { background-color: #5D5253; }
a { background-color: rgb(93,82,83); }
div.DivClassName
{
background-color: #5D5253;
}
.BgClassName
{
background-color: #5D5253;
}
</style>
border-color css
<style>
span { border-color: #5D5253; }
span { border-color: rgb(93,82,83); }
td.TdClassName
{
border-color: #5D5253;
}
.TagClassName
{
border-color: #5D5253;
}
</style>