Shades of Smoky #5F5572
Tints of Smoky #5F5572
RGB
CMYK
RGB Variations
Color information
#5F5572 (or 0x5F5572) is known color: Smoky. HEX triplet: 5F, 55 and 72. RGB value is (95,85,114). Sum of RGB (Red+Green+Blue) = 95+85+114=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #5F5572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5572 is #A0AA8D. Grayscale: #5B5B5B. Windows color (decimal): -10529422 or 7492959. OLE color: 7492959.
HSL color Cylindrical-coordinate representation of color #5F5572: hue angle of 260.69º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F5572 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 85 | 114 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.55 |
| HSL | 260.69º | 0.15% | 0.39% | - |
| HSV(B) | 260.69º | 0.25% | 0.45% | - |
| XYZ | 11.01 | 10.14 | 17.3 | - |
| YUV | 91.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 85 | 114 | 0.17 | 0.25 | 0 | 0.55 | 260.69 | 0.15 | 0.39 |
| Hex | 5F | 55 | 72 | 11 | 19 | 0 | 37 | 105 | F | 27 |
| Octal | 137 | 125 | 162 | 21 | 31 | 0 | 67 | 405 | 17 | 47 |
| Binary | 1011111 | 1010101 | 1110010 | 10001 | 11001 | 0 | 110111 | 100000101 | 1111 | 100111 |
Color Harmonies of #5F5572
Complementary color
Monochromatic Colors of #5F5572
Black with #5F5572
Text Example
Text Example
White with #5F5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5572; }
p { color: rgb(95,85,114); }
H1.HeaderClassName
{
color: #5F5572;
}
.AnyTagClassName
{
color: #5F5572;
}
</style>
background-color css
<style>
a { background-color: #5F5572; }
a { background-color: rgb(95,85,114); }
div.DivClassName
{
background-color: #5F5572;
}
.BgClassName
{
background-color: #5F5572;
}
</style>
border-color css
<style>
span { border-color: #5F5572; }
span { border-color: rgb(95,85,114); }
td.TdClassName
{
border-color: #5F5572;
}
.TagClassName
{
border-color: #5F5572;
}
</style>