Shades of Smoky #5F567A
Tints of Smoky #5F567A
RGB
CMYK
RGB Variations
Color information
#5F567A (or 0x5F567A) is known color: Smoky. HEX triplet: 5F, 56 and 7A. RGB value is (95,86,122). Sum of RGB (Red+Green+Blue) = 95+86+122=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F567A is #A0A985. Grayscale: #5C5C5C. Windows color (decimal): -10529158 or 8017503. OLE color: 8017503.
HSL color Cylindrical-coordinate representation of color #5F567A: hue angle of 255º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F567A is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 86 | 122 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.52 |
| HSL | 255º | 0.17% | 0.41% | - |
| HSV(B) | 255º | 0.3% | 0.48% | - |
| XYZ | 11.56 | 10.49 | 19.83 | - |
| YUV | 92.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 86 | 122 | 0.22 | 0.30 | 0 | 0.52 | 255 | 0.17 | 0.41 |
| Hex | 5F | 56 | 7A | 16 | 1E | 0 | 34 | FF | 11 | 29 |
| Octal | 137 | 126 | 172 | 26 | 36 | 0 | 64 | 377 | 21 | 51 |
| Binary | 1011111 | 1010110 | 1111010 | 10110 | 11110 | 0 | 110100 | 11111111 | 10001 | 101001 |
Color Harmonies of #5F567A
Complementary color
Monochromatic Colors of #5F567A
Black with #5F567A
Text Example
Text Example
White with #5F567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F567A; }
p { color: rgb(95,86,122); }
H1.HeaderClassName
{
color: #5F567A;
}
.AnyTagClassName
{
color: #5F567A;
}
</style>
background-color css
<style>
a { background-color: #5F567A; }
a { background-color: rgb(95,86,122); }
div.DivClassName
{
background-color: #5F567A;
}
.BgClassName
{
background-color: #5F567A;
}
</style>
border-color css
<style>
span { border-color: #5F567A; }
span { border-color: rgb(95,86,122); }
td.TdClassName
{
border-color: #5F567A;
}
.TagClassName
{
border-color: #5F567A;
}
</style>