Shades of Don Juan #5F484F
Tints of Don Juan #5F484F
RGB
CMYK
RGB Variations
Color information
#5F484F (or 0x5F484F) is known color: Don Juan. HEX triplet: 5F, 48 and 4F. RGB value is (95,72,79). Sum of RGB (Red+Green+Blue) = 95+72+79=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 95 - color contains mainly: red. Hex color #5F484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F484F is #A0B7B0. Grayscale: #4F4F4F. Windows color (decimal): -10532785 or 5195871. OLE color: 5195871.
HSL color Cylindrical-coordinate representation of color #5F484F: hue angle of 341.74º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F484F is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 72 | 79 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.63 |
| HSL | 341.74º | 0.14% | 0.33% | - |
| HSV(B) | 341.74º | 0.24% | 0.37% | - |
| XYZ | 8.45 | 7.63 | 8.43 | - |
| YUV | 79.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 79 | 0 | 0.24 | 0.17 | 0.63 | 341.74 | 0.14 | 0.33 |
| Hex | 5F | 48 | 4F | 0 | 18 | 11 | 3F | 156 | E | 21 |
| Octal | 137 | 110 | 117 | 0 | 30 | 21 | 77 | 526 | 16 | 41 |
| Binary | 1011111 | 1001000 | 1001111 | 0 | 11000 | 10001 | 111111 | 101010110 | 1110 | 100001 |
Color Harmonies of #5F484F
Complementary color
Monochromatic Colors of #5F484F
Black with #5F484F
Text Example
Text Example
White with #5F484F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F484F; }
p { color: rgb(95,72,79); }
H1.HeaderClassName
{
color: #5F484F;
}
.AnyTagClassName
{
color: #5F484F;
}
</style>
background-color css
<style>
a { background-color: #5F484F; }
a { background-color: rgb(95,72,79); }
div.DivClassName
{
background-color: #5F484F;
}
.BgClassName
{
background-color: #5F484F;
}
</style>
border-color css
<style>
span { border-color: #5F484F; }
span { border-color: rgb(95,72,79); }
td.TdClassName
{
border-color: #5F484F;
}
.TagClassName
{
border-color: #5F484F;
}
</style>