Shades of Smoky #5F5777
Tints of Smoky #5F5777
RGB
CMYK
RGB Variations
Color information
#5F5777 (or 0x5F5777) is known color: Smoky. HEX triplet: 5F, 57 and 77. RGB value is (95,87,119). Sum of RGB (Red+Green+Blue) = 95+87+119=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F5777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5777 is #A0A888. Grayscale: #5C5C5C. Windows color (decimal): -10528905 or 7821151. OLE color: 7821151.
HSL color Cylindrical-coordinate representation of color #5F5777: hue angle of 255º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F5777 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 87 | 119 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.53 |
| HSL | 255º | 0.16% | 0.4% | - |
| HSV(B) | 255º | 0.27% | 0.47% | - |
| XYZ | 11.46 | 10.58 | 18.89 | - |
| YUV | 93.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 87 | 119 | 0.20 | 0.27 | 0 | 0.53 | 255 | 0.16 | 0.4 |
| Hex | 5F | 57 | 77 | 14 | 1B | 0 | 35 | FF | 10 | 28 |
| Octal | 137 | 127 | 167 | 24 | 33 | 0 | 65 | 377 | 20 | 50 |
| Binary | 1011111 | 1010111 | 1110111 | 10100 | 11011 | 0 | 110101 | 11111111 | 10000 | 101000 |
Color Harmonies of #5F5777
Complementary color
Monochromatic Colors of #5F5777
Black with #5F5777
Text Example
Text Example
White with #5F5777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5777; }
p { color: rgb(95,87,119); }
H1.HeaderClassName
{
color: #5F5777;
}
.AnyTagClassName
{
color: #5F5777;
}
</style>
background-color css
<style>
a { background-color: #5F5777; }
a { background-color: rgb(95,87,119); }
div.DivClassName
{
background-color: #5F5777;
}
.BgClassName
{
background-color: #5F5777;
}
</style>
border-color css
<style>
span { border-color: #5F5777; }
span { border-color: rgb(95,87,119); }
td.TdClassName
{
border-color: #5F5777;
}
.TagClassName
{
border-color: #5F5777;
}
</style>