Shades of Smoky #53506F
Tints of Smoky #53506F
RGB
CMYK
RGB Variations
Color information
#53506F (or 0x53506F) is known color: Smoky. HEX triplet: 53, 50 and 6F. RGB value is (83,80,111). Sum of RGB (Red+Green+Blue) = 83+80+111=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #53506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53506F is #ACAF90. Grayscale: #545454. Windows color (decimal): -11317137 or 7295059. OLE color: 7295059.
HSL color Cylindrical-coordinate representation of color #53506F: hue angle of 245.81º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53506F is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 80 | 111 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.56 |
| HSL | 245.81º | 0.16% | 0.37% | - |
| HSV(B) | 245.81º | 0.28% | 0.44% | - |
| XYZ | 9.31 | 8.72 | 16.23 | - |
| YUV | 84.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 111 | 0.25 | 0.28 | 0 | 0.56 | 245.81 | 0.16 | 0.37 |
| Hex | 53 | 50 | 6F | 19 | 1C | 0 | 38 | F6 | 10 | 25 |
| Octal | 123 | 120 | 157 | 31 | 34 | 0 | 70 | 366 | 20 | 45 |
| Binary | 1010011 | 1010000 | 1101111 | 11001 | 11100 | 0 | 111000 | 11110110 | 10000 | 100101 |
Color Harmonies of #53506F
Complementary color
Monochromatic Colors of #53506F
Black with #53506F
Text Example
Text Example
White with #53506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53506F; }
p { color: rgb(83,80,111); }
H1.HeaderClassName
{
color: #53506F;
}
.AnyTagClassName
{
color: #53506F;
}
</style>
background-color css
<style>
a { background-color: #53506F; }
a { background-color: rgb(83,80,111); }
div.DivClassName
{
background-color: #53506F;
}
.BgClassName
{
background-color: #53506F;
}
</style>
border-color css
<style>
span { border-color: #53506F; }
span { border-color: rgb(83,80,111); }
td.TdClassName
{
border-color: #53506F;
}
.TagClassName
{
border-color: #53506F;
}
</style>