Shades of Smoky #5F5C67
Tints of Smoky #5F5C67
RGB
CMYK
RGB Variations
Color information
#5F5C67 (or 0x5F5C67) is known color: Smoky. HEX triplet: 5F, 5C and 67. RGB value is (95,92,103). Sum of RGB (Red+Green+Blue) = 95+92+103=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F5C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5C67 is #A0A398. Grayscale: #5E5E5E. Windows color (decimal): -10527641 or 6773855. OLE color: 6773855.
HSL color Cylindrical-coordinate representation of color #5F5C67: hue angle of 256.36º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5F5C67 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 92 | 103 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.60 |
| HSL | 256.36º | 0.06% | 0.38% | - |
| HSV(B) | 256.36º | 0.11% | 0.4% | - |
| XYZ | 10.99 | 11.07 | 14.39 | - |
| YUV | 94.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 92 | 103 | 0.08 | 0.11 | 0 | 0.60 | 256.36 | 0.06 | 0.38 |
| Hex | 5F | 5C | 67 | 8 | B | 0 | 3C | 100 | 6 | 26 |
| Octal | 137 | 134 | 147 | 10 | 13 | 0 | 74 | 400 | 6 | 46 |
| Binary | 1011111 | 1011100 | 1100111 | 1000 | 1011 | 0 | 111100 | 100000000 | 110 | 100110 |
Color Harmonies of #5F5C67
Complementary color
Monochromatic Colors of #5F5C67
Black with #5F5C67
Text Example
Text Example
White with #5F5C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5C67; }
p { color: rgb(95,92,103); }
H1.HeaderClassName
{
color: #5F5C67;
}
.AnyTagClassName
{
color: #5F5C67;
}
</style>
background-color css
<style>
a { background-color: #5F5C67; }
a { background-color: rgb(95,92,103); }
div.DivClassName
{
background-color: #5F5C67;
}
.BgClassName
{
background-color: #5F5C67;
}
</style>
border-color css
<style>
span { border-color: #5F5C67; }
span { border-color: rgb(95,92,103); }
td.TdClassName
{
border-color: #5F5C67;
}
.TagClassName
{
border-color: #5F5C67;
}
</style>