Shades of Don Juan #5F5053
Tints of Don Juan #5F5053
RGB
CMYK
RGB Variations
Color information
#5F5053 (or 0x5F5053) is known color: Don Juan. HEX triplet: 5F, 50 and 53. RGB value is (95,80,83). Sum of RGB (Red+Green+Blue) = 95+80+83=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5053 is #A0AFAC. Grayscale: #545454. Windows color (decimal): -10530733 or 5460063. OLE color: 5460063.
HSL color Cylindrical-coordinate representation of color #5F5053: hue angle of 348º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5F5053 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 80 | 83 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.63 |
| HSL | 348º | 0.09% | 0.34% | - |
| HSV(B) | 348º | 0.16% | 0.37% | - |
| XYZ | 9.15 | 8.79 | 9.4 | - |
| YUV | 84.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 83 | 0 | 0.16 | 0.13 | 0.63 | 348 | 0.09 | 0.34 |
| Hex | 5F | 50 | 53 | 0 | 10 | D | 3F | 15C | 9 | 22 |
| Octal | 137 | 120 | 123 | 0 | 20 | 15 | 77 | 534 | 11 | 42 |
| Binary | 1011111 | 1010000 | 1010011 | 0 | 10000 | 1101 | 111111 | 101011100 | 1001 | 100010 |
Color Harmonies of #5F5053
Complementary color
Monochromatic Colors of #5F5053
Black with #5F5053
Text Example
Text Example
White with #5F5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5053; }
p { color: rgb(95,80,83); }
H1.HeaderClassName
{
color: #5F5053;
}
.AnyTagClassName
{
color: #5F5053;
}
</style>
background-color css
<style>
a { background-color: #5F5053; }
a { background-color: rgb(95,80,83); }
div.DivClassName
{
background-color: #5F5053;
}
.BgClassName
{
background-color: #5F5053;
}
</style>
border-color css
<style>
span { border-color: #5F5053; }
span { border-color: rgb(95,80,83); }
td.TdClassName
{
border-color: #5F5053;
}
.TagClassName
{
border-color: #5F5053;
}
</style>