Shades of Don Juan #5F5255
Tints of Don Juan #5F5255
RGB
CMYK
RGB Variations
Color information
#5F5255 (or 0x5F5255) is known color: Don Juan. HEX triplet: 5F, 52 and 55. RGB value is (95,82,85). Sum of RGB (Red+Green+Blue) = 95+82+85=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5255 is #A0ADAA. Grayscale: #565656. Windows color (decimal): -10530219 or 5591647. OLE color: 5591647.
HSL color Cylindrical-coordinate representation of color #5F5255: hue angle of 346.15º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F5255 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 82 | 85 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.63 |
| HSL | 346.15º | 0.07% | 0.35% | - |
| HSV(B) | 346.15º | 0.14% | 0.37% | - |
| XYZ | 9.38 | 9.12 | 9.86 | - |
| YUV | 86.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 82 | 85 | 0 | 0.14 | 0.11 | 0.63 | 346.15 | 0.07 | 0.35 |
| Hex | 5F | 52 | 55 | 0 | E | B | 3F | 15A | 7 | 23 |
| Octal | 137 | 122 | 125 | 0 | 16 | 13 | 77 | 532 | 7 | 43 |
| Binary | 1011111 | 1010010 | 1010101 | 0 | 1110 | 1011 | 111111 | 101011010 | 111 | 100011 |
Color Harmonies of #5F5255
Complementary color
Monochromatic Colors of #5F5255
Black with #5F5255
Text Example
Text Example
White with #5F5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5255; }
p { color: rgb(95,82,85); }
H1.HeaderClassName
{
color: #5F5255;
}
.AnyTagClassName
{
color: #5F5255;
}
</style>
background-color css
<style>
a { background-color: #5F5255; }
a { background-color: rgb(95,82,85); }
div.DivClassName
{
background-color: #5F5255;
}
.BgClassName
{
background-color: #5F5255;
}
</style>
border-color css
<style>
span { border-color: #5F5255; }
span { border-color: rgb(95,82,85); }
td.TdClassName
{
border-color: #5F5255;
}
.TagClassName
{
border-color: #5F5255;
}
</style>