Shades of Don Juan #5D484C
Tints of Don Juan #5D484C
RGB
CMYK
RGB Variations
Color information
#5D484C (or 0x5D484C) is known color: Don Juan. HEX triplet: 5D, 48 and 4C. RGB value is (93,72,76). Sum of RGB (Red+Green+Blue) = 93+72+76=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 93 - color contains mainly: red. Hex color #5D484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D484C is #A2B7B3. Grayscale: #4E4E4E. Windows color (decimal): -10663860 or 4999261. OLE color: 4999261.
HSL color Cylindrical-coordinate representation of color #5D484C: hue angle of 348.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D484C is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 72 | 76 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.64 |
| HSL | 348.57º | 0.13% | 0.32% | - |
| HSV(B) | 348.57º | 0.23% | 0.36% | - |
| XYZ | 8.14 | 7.48 | 7.85 | - |
| YUV | 78.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 76 | 0 | 0.23 | 0.18 | 0.64 | 348.57 | 0.13 | 0.32 |
| Hex | 5D | 48 | 4C | 0 | 17 | 12 | 40 | 15D | D | 20 |
| Octal | 135 | 110 | 114 | 0 | 27 | 22 | 100 | 535 | 15 | 40 |
| Binary | 1011101 | 1001000 | 1001100 | 0 | 10111 | 10010 | 1000000 | 101011101 | 1101 | 100000 |
Color Harmonies of #5D484C
Complementary color
Monochromatic Colors of #5D484C
Black with #5D484C
Text Example
Text Example
White with #5D484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D484C; }
p { color: rgb(93,72,76); }
H1.HeaderClassName
{
color: #5D484C;
}
.AnyTagClassName
{
color: #5D484C;
}
</style>
background-color css
<style>
a { background-color: #5D484C; }
a { background-color: rgb(93,72,76); }
div.DivClassName
{
background-color: #5D484C;
}
.BgClassName
{
background-color: #5D484C;
}
</style>
border-color css
<style>
span { border-color: #5D484C; }
span { border-color: rgb(93,72,76); }
td.TdClassName
{
border-color: #5D484C;
}
.TagClassName
{
border-color: #5D484C;
}
</style>