Shades of Meteorite #52496C
Tints of Meteorite #52496C
RGB
CMYK
RGB Variations
Color information
#52496C (or 0x52496C) is known color: Meteorite. HEX triplet: 52, 49 and 6C. RGB value is (82,73,108). Sum of RGB (Red+Green+Blue) = 82+73+108=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #52496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52496C is #ADB693. Grayscale: #4F4F4F. Windows color (decimal): -11384468 or 7096658. OLE color: 7096658.
HSL color Cylindrical-coordinate representation of color #52496C: hue angle of 255.43º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52496C is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 73 | 108 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.58 |
| HSL | 255.43º | 0.19% | 0.35% | - |
| HSV(B) | 255.43º | 0.32% | 0.42% | - |
| XYZ | 8.57 | 7.64 | 15.21 | - |
| YUV | 79.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 108 | 0.24 | 0.32 | 0 | 0.58 | 255.43 | 0.19 | 0.35 |
| Hex | 52 | 49 | 6C | 18 | 20 | 0 | 3A | FF | 13 | 23 |
| Octal | 122 | 111 | 154 | 30 | 40 | 0 | 72 | 377 | 23 | 43 |
| Binary | 1010010 | 1001001 | 1101100 | 11000 | 100000 | 0 | 111010 | 11111111 | 10011 | 100011 |
Color Harmonies of #52496C
Complementary color
Monochromatic Colors of #52496C
Black with #52496C
Text Example
Text Example
White with #52496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52496C; }
p { color: rgb(82,73,108); }
H1.HeaderClassName
{
color: #52496C;
}
.AnyTagClassName
{
color: #52496C;
}
</style>
background-color css
<style>
a { background-color: #52496C; }
a { background-color: rgb(82,73,108); }
div.DivClassName
{
background-color: #52496C;
}
.BgClassName
{
background-color: #52496C;
}
</style>
border-color css
<style>
span { border-color: #52496C; }
span { border-color: rgb(82,73,108); }
td.TdClassName
{
border-color: #52496C;
}
.TagClassName
{
border-color: #52496C;
}
</style>