Shades of Don Juan #5D5053
Tints of Don Juan #5D5053
RGB
CMYK
RGB Variations
Color information
#5D5053 (or 0x5D5053) is known color: Don Juan. HEX triplet: 5D, 50 and 53. RGB value is (93,80,83). Sum of RGB (Red+Green+Blue) = 93+80+83=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5053 is #A2AFAC. Grayscale: #545454. Windows color (decimal): -10661805 or 5460061. OLE color: 5460061.
HSL color Cylindrical-coordinate representation of color #5D5053: hue angle of 346.15º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5D5053 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 80 | 83 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.64 |
| HSL | 346.15º | 0.08% | 0.34% | - |
| HSV(B) | 346.15º | 0.14% | 0.36% | - |
| XYZ | 8.94 | 8.69 | 9.39 | - |
| YUV | 84.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 83 | 0 | 0.14 | 0.11 | 0.64 | 346.15 | 0.08 | 0.34 |
| Hex | 5D | 50 | 53 | 0 | E | B | 40 | 15A | 8 | 22 |
| Octal | 135 | 120 | 123 | 0 | 16 | 13 | 100 | 532 | 10 | 42 |
| Binary | 1011101 | 1010000 | 1010011 | 0 | 1110 | 1011 | 1000000 | 101011010 | 1000 | 100010 |
Color Harmonies of #5D5053
Complementary color
Monochromatic Colors of #5D5053
Black with #5D5053
Text Example
Text Example
White with #5D5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5053; }
p { color: rgb(93,80,83); }
H1.HeaderClassName
{
color: #5D5053;
}
.AnyTagClassName
{
color: #5D5053;
}
</style>
background-color css
<style>
a { background-color: #5D5053; }
a { background-color: rgb(93,80,83); }
div.DivClassName
{
background-color: #5D5053;
}
.BgClassName
{
background-color: #5D5053;
}
</style>
border-color css
<style>
span { border-color: #5D5053; }
span { border-color: rgb(93,80,83); }
td.TdClassName
{
border-color: #5D5053;
}
.TagClassName
{
border-color: #5D5053;
}
</style>