Shades of Smoky #5F5673
Tints of Smoky #5F5673
RGB
CMYK
RGB Variations
Color information
#5F5673 (or 0x5F5673) is known color: Smoky. HEX triplet: 5F, 56 and 73. RGB value is (95,86,115). Sum of RGB (Red+Green+Blue) = 95+86+115=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F5673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5673 is #A0A98C. Grayscale: #5B5B5B. Windows color (decimal): -10529165 or 7558751. OLE color: 7558751.
HSL color Cylindrical-coordinate representation of color #5F5673: hue angle of 258.62º degrees, saturation: 0.14, 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 #5F5673 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 86 | 115 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.55 |
| HSL | 258.62º | 0.14% | 0.39% | - |
| HSV(B) | 258.62º | 0.25% | 0.45% | - |
| XYZ | 11.14 | 10.33 | 17.63 | - |
| YUV | 92 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 86 | 115 | 0.17 | 0.25 | 0 | 0.55 | 258.62 | 0.14 | 0.39 |
| Hex | 5F | 56 | 73 | 11 | 19 | 0 | 37 | 103 | E | 27 |
| Octal | 137 | 126 | 163 | 21 | 31 | 0 | 67 | 403 | 16 | 47 |
| Binary | 1011111 | 1010110 | 1110011 | 10001 | 11001 | 0 | 110111 | 100000011 | 1110 | 100111 |
Color Harmonies of #5F5673
Complementary color
Monochromatic Colors of #5F5673
Black with #5F5673
Text Example
Text Example
White with #5F5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5673; }
p { color: rgb(95,86,115); }
H1.HeaderClassName
{
color: #5F5673;
}
.AnyTagClassName
{
color: #5F5673;
}
</style>
background-color css
<style>
a { background-color: #5F5673; }
a { background-color: rgb(95,86,115); }
div.DivClassName
{
background-color: #5F5673;
}
.BgClassName
{
background-color: #5F5673;
}
</style>
border-color css
<style>
span { border-color: #5F5673; }
span { border-color: rgb(95,86,115); }
td.TdClassName
{
border-color: #5F5673;
}
.TagClassName
{
border-color: #5F5673;
}
</style>