Shades of Meteorite #52496E
Tints of Meteorite #52496E
RGB
CMYK
RGB Variations
Color information
#52496E (or 0x52496E) is known color: Meteorite. HEX triplet: 52, 49 and 6E. RGB value is (82,73,110). Sum of RGB (Red+Green+Blue) = 82+73+110=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #52496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52496E is #ADB691. Grayscale: #4F4F4F. Windows color (decimal): -11384466 or 7227730. OLE color: 7227730.
HSL color Cylindrical-coordinate representation of color #52496E: hue angle of 254.59º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52496E is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 73 | 110 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.57 |
| HSL | 254.59º | 0.2% | 0.36% | - |
| HSV(B) | 254.59º | 0.34% | 0.43% | - |
| XYZ | 8.68 | 7.68 | 15.78 | - |
| YUV | 79.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 110 | 0.25 | 0.34 | 0 | 0.57 | 254.59 | 0.2 | 0.36 |
| Hex | 52 | 49 | 6E | 19 | 22 | 0 | 39 | FF | 14 | 24 |
| Octal | 122 | 111 | 156 | 31 | 42 | 0 | 71 | 377 | 24 | 44 |
| Binary | 1010010 | 1001001 | 1101110 | 11001 | 100010 | 0 | 111001 | 11111111 | 10100 | 100100 |
Color Harmonies of #52496E
Complementary color
Monochromatic Colors of #52496E
Black with #52496E
Text Example
Text Example
White with #52496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52496E; }
p { color: rgb(82,73,110); }
H1.HeaderClassName
{
color: #52496E;
}
.AnyTagClassName
{
color: #52496E;
}
</style>
background-color css
<style>
a { background-color: #52496E; }
a { background-color: rgb(82,73,110); }
div.DivClassName
{
background-color: #52496E;
}
.BgClassName
{
background-color: #52496E;
}
</style>
border-color css
<style>
span { border-color: #52496E; }
span { border-color: rgb(82,73,110); }
td.TdClassName
{
border-color: #52496E;
}
.TagClassName
{
border-color: #52496E;
}
</style>