Shades of Smoky #5F5575
Tints of Smoky #5F5575
RGB
CMYK
RGB Variations
Color information
#5F5575 (or 0x5F5575) is known color: Smoky. HEX triplet: 5F, 55 and 75. RGB value is (95,85,117). Sum of RGB (Red+Green+Blue) = 95+85+117=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #5F5575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5575 is #A0AA8A. Grayscale: #5B5B5B. Windows color (decimal): -10529419 or 7689567. OLE color: 7689567.
HSL color Cylindrical-coordinate representation of color #5F5575: hue angle of 258.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F5575 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 85 | 117 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.54 |
| HSL | 258.75º | 0.16% | 0.4% | - |
| HSV(B) | 258.75º | 0.27% | 0.46% | - |
| XYZ | 11.18 | 10.21 | 18.21 | - |
| YUV | 91.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 85 | 117 | 0.19 | 0.27 | 0 | 0.54 | 258.75 | 0.16 | 0.4 |
| Hex | 5F | 55 | 75 | 13 | 1B | 0 | 36 | 103 | 10 | 28 |
| Octal | 137 | 125 | 165 | 23 | 33 | 0 | 66 | 403 | 20 | 50 |
| Binary | 1011111 | 1010101 | 1110101 | 10011 | 11011 | 0 | 110110 | 100000011 | 10000 | 101000 |
Color Harmonies of #5F5575
Complementary color
Monochromatic Colors of #5F5575
Black with #5F5575
Text Example
Text Example
White with #5F5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5575; }
p { color: rgb(95,85,117); }
H1.HeaderClassName
{
color: #5F5575;
}
.AnyTagClassName
{
color: #5F5575;
}
</style>
background-color css
<style>
a { background-color: #5F5575; }
a { background-color: rgb(95,85,117); }
div.DivClassName
{
background-color: #5F5575;
}
.BgClassName
{
background-color: #5F5575;
}
</style>
border-color css
<style>
span { border-color: #5F5575; }
span { border-color: rgb(95,85,117); }
td.TdClassName
{
border-color: #5F5575;
}
.TagClassName
{
border-color: #5F5575;
}
</style>