Shades of Smoky #5F5A6E
Tints of Smoky #5F5A6E
RGB
CMYK
RGB Variations
Color information
#5F5A6E (or 0x5F5A6E) is known color: Smoky. HEX triplet: 5F, 5A and 6E. RGB value is (95,90,110). Sum of RGB (Red+Green+Blue) = 95+90+110=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F5A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5A6E is #A0A591. Grayscale: #5D5D5D. Windows color (decimal): -10528146 or 7232095. OLE color: 7232095.
HSL color Cylindrical-coordinate representation of color #5F5A6E: hue angle of 255º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F5A6E is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 90 | 110 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.57 |
| HSL | 255º | 0.1% | 0.39% | - |
| HSV(B) | 255º | 0.18% | 0.43% | - |
| XYZ | 11.19 | 10.87 | 16.26 | - |
| YUV | 93.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 90 | 110 | 0.14 | 0.18 | 0 | 0.57 | 255 | 0.1 | 0.39 |
| Hex | 5F | 5A | 6E | E | 12 | 0 | 39 | FF | A | 27 |
| Octal | 137 | 132 | 156 | 16 | 22 | 0 | 71 | 377 | 12 | 47 |
| Binary | 1011111 | 1011010 | 1101110 | 1110 | 10010 | 0 | 111001 | 11111111 | 1010 | 100111 |
Color Harmonies of #5F5A6E
Complementary color
Monochromatic Colors of #5F5A6E
Black with #5F5A6E
Text Example
Text Example
White with #5F5A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5A6E; }
p { color: rgb(95,90,110); }
H1.HeaderClassName
{
color: #5F5A6E;
}
.AnyTagClassName
{
color: #5F5A6E;
}
</style>
background-color css
<style>
a { background-color: #5F5A6E; }
a { background-color: rgb(95,90,110); }
div.DivClassName
{
background-color: #5F5A6E;
}
.BgClassName
{
background-color: #5F5A6E;
}
</style>
border-color css
<style>
span { border-color: #5F5A6E; }
span { border-color: rgb(95,90,110); }
td.TdClassName
{
border-color: #5F5A6E;
}
.TagClassName
{
border-color: #5F5A6E;
}
</style>