Shades of Meteorite #52496D
Tints of Meteorite #52496D
RGB
CMYK
RGB Variations
Color information
#52496D (or 0x52496D) is known color: Meteorite. HEX triplet: 52, 49 and 6D. RGB value is (82,73,109). Sum of RGB (Red+Green+Blue) = 82+73+109=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #52496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52496D is #ADB692. Grayscale: #4F4F4F. Windows color (decimal): -11384467 or 7162194. OLE color: 7162194.
HSL color Cylindrical-coordinate representation of color #52496D: hue angle of 255º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52496D is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 73 | 109 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.57 |
| HSL | 255º | 0.2% | 0.36% | - |
| HSV(B) | 255º | 0.33% | 0.43% | - |
| XYZ | 8.62 | 7.66 | 15.49 | - |
| YUV | 79.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 109 | 0.25 | 0.33 | 0 | 0.57 | 255 | 0.2 | 0.36 |
| Hex | 52 | 49 | 6D | 19 | 21 | 0 | 39 | FF | 14 | 24 |
| Octal | 122 | 111 | 155 | 31 | 41 | 0 | 71 | 377 | 24 | 44 |
| Binary | 1010010 | 1001001 | 1101101 | 11001 | 100001 | 0 | 111001 | 11111111 | 10100 | 100100 |
Color Harmonies of #52496D
Complementary color
Monochromatic Colors of #52496D
Black with #52496D
Text Example
Text Example
White with #52496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52496D; }
p { color: rgb(82,73,109); }
H1.HeaderClassName
{
color: #52496D;
}
.AnyTagClassName
{
color: #52496D;
}
</style>
background-color css
<style>
a { background-color: #52496D; }
a { background-color: rgb(82,73,109); }
div.DivClassName
{
background-color: #52496D;
}
.BgClassName
{
background-color: #52496D;
}
</style>
border-color css
<style>
span { border-color: #52496D; }
span { border-color: rgb(82,73,109); }
td.TdClassName
{
border-color: #52496D;
}
.TagClassName
{
border-color: #52496D;
}
</style>