Shades of Don Juan #5F4D50
Tints of Don Juan #5F4D50
RGB
CMYK
RGB Variations
Color information
#5F4D50 (or 0x5F4D50) is known color: Don Juan. HEX triplet: 5F, 4D and 50. RGB value is (95,77,80). Sum of RGB (Red+Green+Blue) = 95+77+80=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4D50 is #A0B2AF. Grayscale: #525252. Windows color (decimal): -10531504 or 5262687. OLE color: 5262687.
HSL color Cylindrical-coordinate representation of color #5F4D50: hue angle of 350º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F4D50 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 77 | 80 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.63 |
| HSL | 350º | 0.1% | 0.34% | - |
| HSV(B) | 350º | 0.19% | 0.37% | - |
| XYZ | 8.82 | 8.32 | 8.73 | - |
| YUV | 82.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 77 | 80 | 0 | 0.19 | 0.16 | 0.63 | 350 | 0.1 | 0.34 |
| Hex | 5F | 4D | 50 | 0 | 13 | 10 | 3F | 15E | A | 22 |
| Octal | 137 | 115 | 120 | 0 | 23 | 20 | 77 | 536 | 12 | 42 |
| Binary | 1011111 | 1001101 | 1010000 | 0 | 10011 | 10000 | 111111 | 101011110 | 1010 | 100010 |
Color Harmonies of #5F4D50
Complementary color
Monochromatic Colors of #5F4D50
Black with #5F4D50
Text Example
Text Example
White with #5F4D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4D50; }
p { color: rgb(95,77,80); }
H1.HeaderClassName
{
color: #5F4D50;
}
.AnyTagClassName
{
color: #5F4D50;
}
</style>
background-color css
<style>
a { background-color: #5F4D50; }
a { background-color: rgb(95,77,80); }
div.DivClassName
{
background-color: #5F4D50;
}
.BgClassName
{
background-color: #5F4D50;
}
</style>
border-color css
<style>
span { border-color: #5F4D50; }
span { border-color: rgb(95,77,80); }
td.TdClassName
{
border-color: #5F4D50;
}
.TagClassName
{
border-color: #5F4D50;
}
</style>