Shades of Smoky #534E69
Tints of Smoky #534E69
RGB
CMYK
RGB Variations
Color information
#534E69 (or 0x534E69) is known color: Smoky. HEX triplet: 53, 4E and 69. RGB value is (83,78,105). Sum of RGB (Red+Green+Blue) = 83+78+105=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #534E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E69 is #ACB196. Grayscale: #525252. Windows color (decimal): -11317655 or 6901331. OLE color: 6901331.
HSL color Cylindrical-coordinate representation of color #534E69: hue angle of 251.11º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #534E69 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 78 | 105 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.59 |
| HSL | 251.11º | 0.15% | 0.36% | - |
| HSV(B) | 251.11º | 0.26% | 0.41% | - |
| XYZ | 8.84 | 8.31 | 14.5 | - |
| YUV | 82.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 105 | 0.21 | 0.26 | 0 | 0.59 | 251.11 | 0.15 | 0.36 |
| Hex | 53 | 4E | 69 | 15 | 1A | 0 | 3B | FB | F | 24 |
| Octal | 123 | 116 | 151 | 25 | 32 | 0 | 73 | 373 | 17 | 44 |
| Binary | 1010011 | 1001110 | 1101001 | 10101 | 11010 | 0 | 111011 | 11111011 | 1111 | 100100 |
Color Harmonies of #534E69
Complementary color
Monochromatic Colors of #534E69
Black with #534E69
Text Example
Text Example
White with #534E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E69; }
p { color: rgb(83,78,105); }
H1.HeaderClassName
{
color: #534E69;
}
.AnyTagClassName
{
color: #534E69;
}
</style>
background-color css
<style>
a { background-color: #534E69; }
a { background-color: rgb(83,78,105); }
div.DivClassName
{
background-color: #534E69;
}
.BgClassName
{
background-color: #534E69;
}
</style>
border-color css
<style>
span { border-color: #534E69; }
span { border-color: rgb(83,78,105); }
td.TdClassName
{
border-color: #534E69;
}
.TagClassName
{
border-color: #534E69;
}
</style>