Shades of Meteorite #52446B
Tints of Meteorite #52446B
RGB
CMYK
RGB Variations
Color information
#52446B (or 0x52446B) is known color: Meteorite. HEX triplet: 52, 44 and 6B. RGB value is (82,68,107). Sum of RGB (Red+Green+Blue) = 82+68+107=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #52446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52446B is #ADBB94. Grayscale: #4C4C4C. Windows color (decimal): -11385749 or 7029842. OLE color: 7029842.
HSL color Cylindrical-coordinate representation of color #52446B: hue angle of 261.54º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52446B is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 68 | 107 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.58 |
| HSL | 261.54º | 0.22% | 0.34% | - |
| HSV(B) | 261.54º | 0.36% | 0.42% | - |
| XYZ | 8.2 | 6.99 | 14.83 | - |
| YUV | 76.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 68 | 107 | 0.23 | 0.36 | 0 | 0.58 | 261.54 | 0.22 | 0.34 |
| Hex | 52 | 44 | 6B | 17 | 24 | 0 | 3A | 106 | 16 | 22 |
| Octal | 122 | 104 | 153 | 27 | 44 | 0 | 72 | 406 | 26 | 42 |
| Binary | 1010010 | 1000100 | 1101011 | 10111 | 100100 | 0 | 111010 | 100000110 | 10110 | 100010 |
Color Harmonies of #52446B
Complementary color
Monochromatic Colors of #52446B
Black with #52446B
Text Example
Text Example
White with #52446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52446B; }
p { color: rgb(82,68,107); }
H1.HeaderClassName
{
color: #52446B;
}
.AnyTagClassName
{
color: #52446B;
}
</style>
background-color css
<style>
a { background-color: #52446B; }
a { background-color: rgb(82,68,107); }
div.DivClassName
{
background-color: #52446B;
}
.BgClassName
{
background-color: #52446B;
}
</style>
border-color css
<style>
span { border-color: #52446B; }
span { border-color: rgb(82,68,107); }
td.TdClassName
{
border-color: #52446B;
}
.TagClassName
{
border-color: #52446B;
}
</style>