Shades of Smoky #5E5C65
Tints of Smoky #5E5C65
RGB
CMYK
RGB Variations
Color information
#5E5C65 (or 0x5E5C65) is known color: Smoky. HEX triplet: 5E, 5C and 65. RGB value is (94,92,101). Sum of RGB (Red+Green+Blue) = 94+92+101=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E5C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5C65 is #A1A39A. Grayscale: #5D5D5D. Windows color (decimal): -10593179 or 6642782. OLE color: 6642782.
HSL color Cylindrical-coordinate representation of color #5E5C65: hue angle of 253.33º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5E5C65 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
RGB | 94 | 92 | 101 | - |
CMYK | 0.07 | 0.09 | 0 | 0.60 |
HSL | 253.33º | 0.05% | 0.38% | - |
HSV(B) | 253.33º | 0.09% | 0.4% | - |
XYZ | 10.79 | 10.97 | 13.86 | - |
YUV | 93.62 | 132.16 | 128.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 92 | 101 | 0.07 | 0.09 | 0 | 0.60 | 253.33 | 0.05 | 0.38 |
Hex | 5E | 5C | 65 | 7 | 9 | 0 | 3C | FD | 5 | 26 |
Octal | 136 | 134 | 145 | 7 | 11 | 0 | 74 | 375 | 5 | 46 |
Binary | 1011110 | 1011100 | 1100101 | 111 | 1001 | 0 | 111100 | 11111101 | 101 | 100110 |
Color Harmonies of #5E5C65
Complementary color
Monochromatic Colors of #5E5C65
Black with #5E5C65
Text Example
Text Example
White with #5E5C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5C65; }
p { color: rgb(94,92,101); }
H1.HeaderClassName
{
color: #5E5C65;
}
.AnyTagClassName
{
color: #5E5C65;
}
</style>
background-color css
<style>
a { background-color: #5E5C65; }
a { background-color: rgb(94,92,101); }
div.DivClassName
{
background-color: #5E5C65;
}
.BgClassName
{
background-color: #5E5C65;
}
</style>
border-color css
<style>
span { border-color: #5E5C65; }
span { border-color: rgb(94,92,101); }
td.TdClassName
{
border-color: #5E5C65;
}
.TagClassName
{
border-color: #5E5C65;
}
</style>