Shades of Don Juan #5F5558
Tints of Don Juan #5F5558
RGB
CMYK
RGB Variations
Color information
#5F5558 (or 0x5F5558) is known color: Don Juan. HEX triplet: 5F, 55 and 58. RGB value is (95,85,88). Sum of RGB (Red+Green+Blue) = 95+85+88=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5558 is #A0AAA7. Grayscale: #585858. Windows color (decimal): -10529448 or 5789023. OLE color: 5789023.
HSL color Cylindrical-coordinate representation of color #5F5558: hue angle of 342º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5F5558 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 85 | 88 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.63 |
| HSL | 342º | 0.06% | 0.35% | - |
| HSV(B) | 342º | 0.11% | 0.37% | - |
| XYZ | 9.73 | 9.63 | 10.58 | - |
| YUV | 88.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 85 | 88 | 0 | 0.11 | 0.07 | 0.63 | 342 | 0.06 | 0.35 |
| Hex | 5F | 55 | 58 | 0 | B | 7 | 3F | 156 | 6 | 23 |
| Octal | 137 | 125 | 130 | 0 | 13 | 7 | 77 | 526 | 6 | 43 |
| Binary | 1011111 | 1010101 | 1011000 | 0 | 1011 | 111 | 111111 | 101010110 | 110 | 100011 |
Color Harmonies of #5F5558
Complementary color
Monochromatic Colors of #5F5558
Black with #5F5558
Text Example
Text Example
White with #5F5558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5558; }
p { color: rgb(95,85,88); }
H1.HeaderClassName
{
color: #5F5558;
}
.AnyTagClassName
{
color: #5F5558;
}
</style>
background-color css
<style>
a { background-color: #5F5558; }
a { background-color: rgb(95,85,88); }
div.DivClassName
{
background-color: #5F5558;
}
.BgClassName
{
background-color: #5F5558;
}
</style>
border-color css
<style>
span { border-color: #5F5558; }
span { border-color: rgb(95,85,88); }
td.TdClassName
{
border-color: #5F5558;
}
.TagClassName
{
border-color: #5F5558;
}
</style>