Shades of Smoky #53506C
Tints of Smoky #53506C
RGB
CMYK
RGB Variations
Color information
#53506C (or 0x53506C) is known color: Smoky. HEX triplet: 53, 50 and 6C. RGB value is (83,80,108). Sum of RGB (Red+Green+Blue) = 83+80+108=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #53506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53506C is #ACAF93. Grayscale: #535353. Windows color (decimal): -11317140 or 7098451. OLE color: 7098451.
HSL color Cylindrical-coordinate representation of color #53506C: hue angle of 246.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #53506C is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 80 | 108 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.58 |
| HSL | 246.43º | 0.15% | 0.37% | - |
| HSV(B) | 246.43º | 0.26% | 0.42% | - |
| XYZ | 9.14 | 8.66 | 15.38 | - |
| YUV | 84.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 108 | 0.23 | 0.26 | 0 | 0.58 | 246.43 | 0.15 | 0.37 |
| Hex | 53 | 50 | 6C | 17 | 1A | 0 | 3A | F6 | F | 25 |
| Octal | 123 | 120 | 154 | 27 | 32 | 0 | 72 | 366 | 17 | 45 |
| Binary | 1010011 | 1010000 | 1101100 | 10111 | 11010 | 0 | 111010 | 11110110 | 1111 | 100101 |
Color Harmonies of #53506C
Complementary color
Monochromatic Colors of #53506C
Black with #53506C
Text Example
Text Example
White with #53506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53506C; }
p { color: rgb(83,80,108); }
H1.HeaderClassName
{
color: #53506C;
}
.AnyTagClassName
{
color: #53506C;
}
</style>
background-color css
<style>
a { background-color: #53506C; }
a { background-color: rgb(83,80,108); }
div.DivClassName
{
background-color: #53506C;
}
.BgClassName
{
background-color: #53506C;
}
</style>
border-color css
<style>
span { border-color: #53506C; }
span { border-color: rgb(83,80,108); }
td.TdClassName
{
border-color: #53506C;
}
.TagClassName
{
border-color: #53506C;
}
</style>