Shades of Smoky #514D69
Tints of Smoky #514D69
RGB
CMYK
RGB Variations
Color information
#514D69 (or 0x514D69) is known color: Smoky. HEX triplet: 51, 4D and 69. RGB value is (81,77,105). Sum of RGB (Red+Green+Blue) = 81+77+105=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 105 - color contains mainly: blue. Hex color #514D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D69 is #AEB296. Grayscale: #515151. Windows color (decimal): -11448983 or 6901073. OLE color: 6901073.
HSL color Cylindrical-coordinate representation of color #514D69: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #514D69 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 77 | 105 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.59 |
| HSL | 248.57º | 0.15% | 0.36% | - |
| HSV(B) | 248.57º | 0.27% | 0.41% | - |
| XYZ | 8.6 | 8.08 | 14.47 | - |
| YUV | 81.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 105 | 0.23 | 0.27 | 0 | 0.59 | 248.57 | 0.15 | 0.36 |
| Hex | 51 | 4D | 69 | 17 | 1B | 0 | 3B | F9 | F | 24 |
| Octal | 121 | 115 | 151 | 27 | 33 | 0 | 73 | 371 | 17 | 44 |
| Binary | 1010001 | 1001101 | 1101001 | 10111 | 11011 | 0 | 111011 | 11111001 | 1111 | 100100 |
Color Harmonies of #514D69
Complementary color
Monochromatic Colors of #514D69
Black with #514D69
Text Example
Text Example
White with #514D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D69; }
p { color: rgb(81,77,105); }
H1.HeaderClassName
{
color: #514D69;
}
.AnyTagClassName
{
color: #514D69;
}
</style>
background-color css
<style>
a { background-color: #514D69; }
a { background-color: rgb(81,77,105); }
div.DivClassName
{
background-color: #514D69;
}
.BgClassName
{
background-color: #514D69;
}
</style>
border-color css
<style>
span { border-color: #514D69; }
span { border-color: rgb(81,77,105); }
td.TdClassName
{
border-color: #514D69;
}
.TagClassName
{
border-color: #514D69;
}
</style>