Shades of Smoky #5E5A67
Tints of Smoky #5E5A67
RGB
CMYK
RGB Variations
Color information
#5E5A67 (or 0x5E5A67) is known color: Smoky. HEX triplet: 5E, 5A and 67. RGB value is (94,90,103). Sum of RGB (Red+Green+Blue) = 94+90+103=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E5A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5A67 is #A1A598. Grayscale: #5C5C5C. Windows color (decimal): -10593689 or 6773342. OLE color: 6773342.
HSL color Cylindrical-coordinate representation of color #5E5A67: hue angle of 258.46º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E5A67 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
RGB | 94 | 90 | 103 | - |
CMYK | 0.09 | 0.13 | 0 | 0.60 |
HSL | 258.46º | 0.07% | 0.38% | - |
HSV(B) | 258.46º | 0.13% | 0.4% | - |
XYZ | 10.72 | 10.67 | 14.33 | - |
YUV | 92.68 | 133.83 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 90 | 103 | 0.09 | 0.13 | 0 | 0.60 | 258.46 | 0.07 | 0.38 |
Hex | 5E | 5A | 67 | 9 | D | 0 | 3C | 102 | 7 | 26 |
Octal | 136 | 132 | 147 | 11 | 15 | 0 | 74 | 402 | 7 | 46 |
Binary | 1011110 | 1011010 | 1100111 | 1001 | 1101 | 0 | 111100 | 100000010 | 111 | 100110 |
Color Harmonies of #5E5A67
Complementary color
Monochromatic Colors of #5E5A67
Black with #5E5A67
Text Example
Text Example
White with #5E5A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5A67; }
p { color: rgb(94,90,103); }
H1.HeaderClassName
{
color: #5E5A67;
}
.AnyTagClassName
{
color: #5E5A67;
}
</style>
background-color css
<style>
a { background-color: #5E5A67; }
a { background-color: rgb(94,90,103); }
div.DivClassName
{
background-color: #5E5A67;
}
.BgClassName
{
background-color: #5E5A67;
}
</style>
border-color css
<style>
span { border-color: #5E5A67; }
span { border-color: rgb(94,90,103); }
td.TdClassName
{
border-color: #5E5A67;
}
.TagClassName
{
border-color: #5E5A67;
}
</style>