Shades of Don Juan #5D474B
Tints of Don Juan #5D474B
RGB
CMYK
RGB Variations
Color information
#5D474B (or 0x5D474B) is known color: Don Juan. HEX triplet: 5D, 47 and 4B. RGB value is (93,71,75). Sum of RGB (Red+Green+Blue) = 93+71+75=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 93 - color contains mainly: red. Hex color #5D474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D474B is #A2B8B4. Grayscale: #4E4E4E. Windows color (decimal): -10664117 or 4933469. OLE color: 4933469.
HSL color Cylindrical-coordinate representation of color #5D474B: hue angle of 349.09º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D474B is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 71 | 75 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.64 |
| HSL | 349.09º | 0.13% | 0.32% | - |
| HSV(B) | 349.09º | 0.24% | 0.36% | - |
| XYZ | 8.04 | 7.34 | 7.65 | - |
| YUV | 78.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 71 | 75 | 0 | 0.24 | 0.19 | 0.64 | 349.09 | 0.13 | 0.32 |
| Hex | 5D | 47 | 4B | 0 | 18 | 13 | 40 | 15D | D | 20 |
| Octal | 135 | 107 | 113 | 0 | 30 | 23 | 100 | 535 | 15 | 40 |
| Binary | 1011101 | 1000111 | 1001011 | 0 | 11000 | 10011 | 1000000 | 101011101 | 1101 | 100000 |
Color Harmonies of #5D474B
Complementary color
Monochromatic Colors of #5D474B
Black with #5D474B
Text Example
Text Example
White with #5D474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D474B; }
p { color: rgb(93,71,75); }
H1.HeaderClassName
{
color: #5D474B;
}
.AnyTagClassName
{
color: #5D474B;
}
</style>
background-color css
<style>
a { background-color: #5D474B; }
a { background-color: rgb(93,71,75); }
div.DivClassName
{
background-color: #5D474B;
}
.BgClassName
{
background-color: #5D474B;
}
</style>
border-color css
<style>
span { border-color: #5D474B; }
span { border-color: rgb(93,71,75); }
td.TdClassName
{
border-color: #5D474B;
}
.TagClassName
{
border-color: #5D474B;
}
</style>