Shades of Smoky #525066
Tints of Smoky #525066
RGB
CMYK
RGB Variations
Color information
#525066 (or 0x525066) is known color: Smoky. HEX triplet: 52, 50 and 66. RGB value is (82,80,102). Sum of RGB (Red+Green+Blue) = 82+80+102=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 102 - color contains mainly: blue. Hex color #525066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525066 is #ADAF99. Grayscale: #535353. Windows color (decimal): -11382682 or 6705234. OLE color: 6705234.
HSL color Cylindrical-coordinate representation of color #525066: hue angle of 245.45º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #525066 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 80 | 102 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.6 |
| HSL | 245.45º | 0.12% | 0.36% | - |
| HSV(B) | 245.45º | 0.22% | 0.4% | - |
| XYZ | 8.75 | 8.49 | 13.75 | - |
| YUV | 83.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 102 | 0.20 | 0.22 | 0 | 0.6 | 245.45 | 0.12 | 0.36 |
| Hex | 52 | 50 | 66 | 14 | 16 | 0 | 3C | F5 | C | 24 |
| Octal | 122 | 120 | 146 | 24 | 26 | 0 | 74 | 365 | 14 | 44 |
| Binary | 1010010 | 1010000 | 1100110 | 10100 | 10110 | 0 | 111100 | 11110101 | 1100 | 100100 |
Color Harmonies of #525066
Complementary color
Monochromatic Colors of #525066
Black with #525066
Text Example
Text Example
White with #525066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525066; }
p { color: rgb(82,80,102); }
H1.HeaderClassName
{
color: #525066;
}
.AnyTagClassName
{
color: #525066;
}
</style>
background-color css
<style>
a { background-color: #525066; }
a { background-color: rgb(82,80,102); }
div.DivClassName
{
background-color: #525066;
}
.BgClassName
{
background-color: #525066;
}
</style>
border-color css
<style>
span { border-color: #525066; }
span { border-color: rgb(82,80,102); }
td.TdClassName
{
border-color: #525066;
}
.TagClassName
{
border-color: #525066;
}
</style>