Shades of Don Juan #5F5456
Tints of Don Juan #5F5456
RGB
CMYK
RGB Variations
Color information
#5F5456 (or 0x5F5456) is known color: Don Juan. HEX triplet: 5F, 54 and 56. RGB value is (95,84,86). Sum of RGB (Red+Green+Blue) = 95+84+86=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5456 is #A0ABA9. Grayscale: #575757. Windows color (decimal): -10529706 or 5657695. OLE color: 5657695.
HSL color Cylindrical-coordinate representation of color #5F5456: hue angle of 349.09º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5F5456 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 84 | 86 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.63 |
| HSL | 349.09º | 0.06% | 0.35% | - |
| HSV(B) | 349.09º | 0.12% | 0.37% | - |
| XYZ | 9.57 | 9.45 | 10.12 | - |
| YUV | 87.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 84 | 86 | 0 | 0.12 | 0.09 | 0.63 | 349.09 | 0.06 | 0.35 |
| Hex | 5F | 54 | 56 | 0 | C | 9 | 3F | 15D | 6 | 23 |
| Octal | 137 | 124 | 126 | 0 | 14 | 11 | 77 | 535 | 6 | 43 |
| Binary | 1011111 | 1010100 | 1010110 | 0 | 1100 | 1001 | 111111 | 101011101 | 110 | 100011 |
Color Harmonies of #5F5456
Complementary color
Monochromatic Colors of #5F5456
Black with #5F5456
Text Example
Text Example
White with #5F5456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5456; }
p { color: rgb(95,84,86); }
H1.HeaderClassName
{
color: #5F5456;
}
.AnyTagClassName
{
color: #5F5456;
}
</style>
background-color css
<style>
a { background-color: #5F5456; }
a { background-color: rgb(95,84,86); }
div.DivClassName
{
background-color: #5F5456;
}
.BgClassName
{
background-color: #5F5456;
}
</style>
border-color css
<style>
span { border-color: #5F5456; }
span { border-color: rgb(95,84,86); }
td.TdClassName
{
border-color: #5F5456;
}
.TagClassName
{
border-color: #5F5456;
}
</style>