Shades of Smoky #5F547A
Tints of Smoky #5F547A
RGB
CMYK
RGB Variations
Color information
#5F547A (or 0x5F547A) is known color: Smoky. HEX triplet: 5F, 54 and 7A. RGB value is (95,84,122). Sum of RGB (Red+Green+Blue) = 95+84+122=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F547A is #A0AB85. Grayscale: #5B5B5B. Windows color (decimal): -10529670 or 8016991. OLE color: 8016991.
HSL color Cylindrical-coordinate representation of color #5F547A: hue angle of 257.37º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F547A is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 84 | 122 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.52 |
| HSL | 257.37º | 0.18% | 0.4% | - |
| HSV(B) | 257.37º | 0.31% | 0.48% | - |
| XYZ | 11.4 | 10.18 | 19.78 | - |
| YUV | 91.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 84 | 122 | 0.22 | 0.31 | 0 | 0.52 | 257.37 | 0.18 | 0.4 |
| Hex | 5F | 54 | 7A | 16 | 1F | 0 | 34 | 101 | 12 | 28 |
| Octal | 137 | 124 | 172 | 26 | 37 | 0 | 64 | 401 | 22 | 50 |
| Binary | 1011111 | 1010100 | 1111010 | 10110 | 11111 | 0 | 110100 | 100000001 | 10010 | 101000 |
Color Harmonies of #5F547A
Complementary color
Monochromatic Colors of #5F547A
Black with #5F547A
Text Example
Text Example
White with #5F547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F547A; }
p { color: rgb(95,84,122); }
H1.HeaderClassName
{
color: #5F547A;
}
.AnyTagClassName
{
color: #5F547A;
}
</style>
background-color css
<style>
a { background-color: #5F547A; }
a { background-color: rgb(95,84,122); }
div.DivClassName
{
background-color: #5F547A;
}
.BgClassName
{
background-color: #5F547A;
}
</style>
border-color css
<style>
span { border-color: #5F547A; }
span { border-color: rgb(95,84,122); }
td.TdClassName
{
border-color: #5F547A;
}
.TagClassName
{
border-color: #5F547A;
}
</style>