Shades of Don Juan #5F4F54
Tints of Don Juan #5F4F54
RGB
CMYK
RGB Variations
Color information
#5F4F54 (or 0x5F4F54) is known color: Don Juan. HEX triplet: 5F, 4F and 54. RGB value is (95,79,84). Sum of RGB (Red+Green+Blue) = 95+79+84=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4F54 is #A0B0AB. Grayscale: #545454. Windows color (decimal): -10530988 or 5525343. OLE color: 5525343.
HSL color Cylindrical-coordinate representation of color #5F4F54: hue angle of 341.25º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F4F54 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 79 | 84 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.63 |
| HSL | 341.25º | 0.09% | 0.34% | - |
| HSV(B) | 341.25º | 0.17% | 0.37% | - |
| XYZ | 9.12 | 8.66 | 9.58 | - |
| YUV | 84.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 79 | 84 | 0 | 0.17 | 0.12 | 0.63 | 341.25 | 0.09 | 0.34 |
| Hex | 5F | 4F | 54 | 0 | 11 | C | 3F | 155 | 9 | 22 |
| Octal | 137 | 117 | 124 | 0 | 21 | 14 | 77 | 525 | 11 | 42 |
| Binary | 1011111 | 1001111 | 1010100 | 0 | 10001 | 1100 | 111111 | 101010101 | 1001 | 100010 |
Color Harmonies of #5F4F54
Complementary color
Monochromatic Colors of #5F4F54
Black with #5F4F54
Text Example
Text Example
White with #5F4F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4F54; }
p { color: rgb(95,79,84); }
H1.HeaderClassName
{
color: #5F4F54;
}
.AnyTagClassName
{
color: #5F4F54;
}
</style>
background-color css
<style>
a { background-color: #5F4F54; }
a { background-color: rgb(95,79,84); }
div.DivClassName
{
background-color: #5F4F54;
}
.BgClassName
{
background-color: #5F4F54;
}
</style>
border-color css
<style>
span { border-color: #5F4F54; }
span { border-color: rgb(95,79,84); }
td.TdClassName
{
border-color: #5F4F54;
}
.TagClassName
{
border-color: #5F4F54;
}
</style>