Shades of Don Juan #5F5356
Tints of Don Juan #5F5356
RGB
CMYK
RGB Variations
Color information
#5F5356 (or 0x5F5356) is known color: Don Juan. HEX triplet: 5F, 53 and 56. RGB value is (95,83,86). Sum of RGB (Red+Green+Blue) = 95+83+86=264 (34% of max value = 765). Red value is 95 (37.5% from 255 or 35.98% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5356 is #A0ACA9. Grayscale: #565656. Windows color (decimal): -10529962 or 5657439. OLE color: 5657439.
HSL color Cylindrical-coordinate representation of color #5F5356: hue angle of 345º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5F5356 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 83 | 86 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.63 |
| HSL | 345º | 0.07% | 0.35% | - |
| HSV(B) | 345º | 0.13% | 0.37% | - |
| XYZ | 9.49 | 9.29 | 10.1 | - |
| YUV | 86.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 83 | 86 | 0 | 0.13 | 0.09 | 0.63 | 345 | 0.07 | 0.35 |
| Hex | 5F | 53 | 56 | 0 | D | 9 | 3F | 159 | 7 | 23 |
| Octal | 137 | 123 | 126 | 0 | 15 | 11 | 77 | 531 | 7 | 43 |
| Binary | 1011111 | 1010011 | 1010110 | 0 | 1101 | 1001 | 111111 | 101011001 | 111 | 100011 |
Color Harmonies of #5F5356
Complementary color
Monochromatic Colors of #5F5356
Black with #5F5356
Text Example
Text Example
White with #5F5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5356; }
p { color: rgb(95,83,86); }
H1.HeaderClassName
{
color: #5F5356;
}
.AnyTagClassName
{
color: #5F5356;
}
</style>
background-color css
<style>
a { background-color: #5F5356; }
a { background-color: rgb(95,83,86); }
div.DivClassName
{
background-color: #5F5356;
}
.BgClassName
{
background-color: #5F5356;
}
</style>
border-color css
<style>
span { border-color: #5F5356; }
span { border-color: rgb(95,83,86); }
td.TdClassName
{
border-color: #5F5356;
}
.TagClassName
{
border-color: #5F5356;
}
</style>