Shades of Smoky #534F71
Tints of Smoky #534F71
RGB
CMYK
RGB Variations
Color information
#534F71 (or 0x534F71) is known color: Smoky. HEX triplet: 53, 4F and 71. RGB value is (83,79,113). Sum of RGB (Red+Green+Blue) = 83+79+113=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #534F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F71 is #ACB08E. Grayscale: #535353. Windows color (decimal): -11317391 or 7425875. OLE color: 7425875.
HSL color Cylindrical-coordinate representation of color #534F71: hue angle of 247.06º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #534F71 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 79 | 113 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.56 |
| HSL | 247.06º | 0.18% | 0.38% | - |
| HSV(B) | 247.06º | 0.3% | 0.44% | - |
| XYZ | 9.34 | 8.62 | 16.79 | - |
| YUV | 84.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 113 | 0.27 | 0.30 | 0 | 0.56 | 247.06 | 0.18 | 0.38 |
| Hex | 53 | 4F | 71 | 1B | 1E | 0 | 38 | F7 | 12 | 26 |
| Octal | 123 | 117 | 161 | 33 | 36 | 0 | 70 | 367 | 22 | 46 |
| Binary | 1010011 | 1001111 | 1110001 | 11011 | 11110 | 0 | 111000 | 11110111 | 10010 | 100110 |
Color Harmonies of #534F71
Complementary color
Monochromatic Colors of #534F71
Black with #534F71
Text Example
Text Example
White with #534F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F71; }
p { color: rgb(83,79,113); }
H1.HeaderClassName
{
color: #534F71;
}
.AnyTagClassName
{
color: #534F71;
}
</style>
background-color css
<style>
a { background-color: #534F71; }
a { background-color: rgb(83,79,113); }
div.DivClassName
{
background-color: #534F71;
}
.BgClassName
{
background-color: #534F71;
}
</style>
border-color css
<style>
span { border-color: #534F71; }
span { border-color: rgb(83,79,113); }
td.TdClassName
{
border-color: #534F71;
}
.TagClassName
{
border-color: #534F71;
}
</style>