Shades of Smoky #534E6B
Tints of Smoky #534E6B
RGB
CMYK
RGB Variations
Color information
#534E6B (or 0x534E6B) is known color: Smoky. HEX triplet: 53, 4E and 6B. RGB value is (83,78,107). Sum of RGB (Red+Green+Blue) = 83+78+107=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #534E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E6B is #ACB194. Grayscale: #525252. Windows color (decimal): -11317653 or 7032403. OLE color: 7032403.
HSL color Cylindrical-coordinate representation of color #534E6B: hue angle of 250.34º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #534E6B is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 78 | 107 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.58 |
| HSL | 250.34º | 0.16% | 0.36% | - |
| HSV(B) | 250.34º | 0.27% | 0.42% | - |
| XYZ | 8.95 | 8.35 | 15.05 | - |
| YUV | 82.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 107 | 0.22 | 0.27 | 0 | 0.58 | 250.34 | 0.16 | 0.36 |
| Hex | 53 | 4E | 6B | 16 | 1B | 0 | 3A | FA | 10 | 24 |
| Octal | 123 | 116 | 153 | 26 | 33 | 0 | 72 | 372 | 20 | 44 |
| Binary | 1010011 | 1001110 | 1101011 | 10110 | 11011 | 0 | 111010 | 11111010 | 10000 | 100100 |
Color Harmonies of #534E6B
Complementary color
Monochromatic Colors of #534E6B
Black with #534E6B
Text Example
Text Example
White with #534E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E6B; }
p { color: rgb(83,78,107); }
H1.HeaderClassName
{
color: #534E6B;
}
.AnyTagClassName
{
color: #534E6B;
}
</style>
background-color css
<style>
a { background-color: #534E6B; }
a { background-color: rgb(83,78,107); }
div.DivClassName
{
background-color: #534E6B;
}
.BgClassName
{
background-color: #534E6B;
}
</style>
border-color css
<style>
span { border-color: #534E6B; }
span { border-color: rgb(83,78,107); }
td.TdClassName
{
border-color: #534E6B;
}
.TagClassName
{
border-color: #534E6B;
}
</style>