Shades of Don Juan #5F484D
Tints of Don Juan #5F484D
RGB
CMYK
RGB Variations
Color information
#5F484D (or 0x5F484D) is known color: Don Juan. HEX triplet: 5F, 48 and 4D. RGB value is (95,72,77). Sum of RGB (Red+Green+Blue) = 95+72+77=244 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.93% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 95 - color contains mainly: red. Hex color #5F484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F484D is #A0B7B2. Grayscale: #4F4F4F. Windows color (decimal): -10532787 or 5064799. OLE color: 5064799.
HSL color Cylindrical-coordinate representation of color #5F484D: hue angle of 346.96º 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 #5F484D is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 72 | 77 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.63 |
| HSL | 346.96º | 0.14% | 0.33% | - |
| HSV(B) | 346.96º | 0.24% | 0.37% | - |
| XYZ | 8.38 | 7.6 | 8.05 | - |
| YUV | 79.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 77 | 0 | 0.24 | 0.19 | 0.63 | 346.96 | 0.14 | 0.33 |
| Hex | 5F | 48 | 4D | 0 | 18 | 13 | 3F | 15B | E | 21 |
| Octal | 137 | 110 | 115 | 0 | 30 | 23 | 77 | 533 | 16 | 41 |
| Binary | 1011111 | 1001000 | 1001101 | 0 | 11000 | 10011 | 111111 | 101011011 | 1110 | 100001 |
Color Harmonies of #5F484D
Complementary color
Monochromatic Colors of #5F484D
Black with #5F484D
Text Example
Text Example
White with #5F484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F484D; }
p { color: rgb(95,72,77); }
H1.HeaderClassName
{
color: #5F484D;
}
.AnyTagClassName
{
color: #5F484D;
}
</style>
background-color css
<style>
a { background-color: #5F484D; }
a { background-color: rgb(95,72,77); }
div.DivClassName
{
background-color: #5F484D;
}
.BgClassName
{
background-color: #5F484D;
}
</style>
border-color css
<style>
span { border-color: #5F484D; }
span { border-color: rgb(95,72,77); }
td.TdClassName
{
border-color: #5F484D;
}
.TagClassName
{
border-color: #5F484D;
}
</style>