Shades of Smoky #514E67
Tints of Smoky #514E67
RGB
CMYK
RGB Variations
Color information
#514E67 (or 0x514E67) is known color: Smoky. HEX triplet: 51, 4E and 67. RGB value is (81,78,103). Sum of RGB (Red+Green+Blue) = 81+78+103=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 103 - color contains mainly: blue. Hex color #514E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E67 is #AEB198. Grayscale: #515151. Windows color (decimal): -11448729 or 6770257. OLE color: 6770257.
HSL color Cylindrical-coordinate representation of color #514E67: hue angle of 247.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #514E67 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 78 | 103 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.60 |
| HSL | 247.2º | 0.14% | 0.35% | - |
| HSV(B) | 247.2º | 0.24% | 0.4% | - |
| XYZ | 8.57 | 8.18 | 13.96 | - |
| YUV | 81.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 103 | 0.21 | 0.24 | 0 | 0.60 | 247.2 | 0.14 | 0.35 |
| Hex | 51 | 4E | 67 | 15 | 18 | 0 | 3C | F7 | E | 23 |
| Octal | 121 | 116 | 147 | 25 | 30 | 0 | 74 | 367 | 16 | 43 |
| Binary | 1010001 | 1001110 | 1100111 | 10101 | 11000 | 0 | 111100 | 11110111 | 1110 | 100011 |
Color Harmonies of #514E67
Complementary color
Monochromatic Colors of #514E67
Black with #514E67
Text Example
Text Example
White with #514E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E67; }
p { color: rgb(81,78,103); }
H1.HeaderClassName
{
color: #514E67;
}
.AnyTagClassName
{
color: #514E67;
}
</style>
background-color css
<style>
a { background-color: #514E67; }
a { background-color: rgb(81,78,103); }
div.DivClassName
{
background-color: #514E67;
}
.BgClassName
{
background-color: #514E67;
}
</style>
border-color css
<style>
span { border-color: #514E67; }
span { border-color: rgb(81,78,103); }
td.TdClassName
{
border-color: #514E67;
}
.TagClassName
{
border-color: #514E67;
}
</style>