Shades of Meteorite #52486C
Tints of Meteorite #52486C
RGB
CMYK
RGB Variations
Color information
#52486C (or 0x52486C) is known color: Meteorite. HEX triplet: 52, 48 and 6C. RGB value is (82,72,108). Sum of RGB (Red+Green+Blue) = 82+72+108=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #52486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52486C is #ADB793. Grayscale: #4E4E4E. Windows color (decimal): -11384724 or 7096402. OLE color: 7096402.
HSL color Cylindrical-coordinate representation of color #52486C: hue angle of 256.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52486C is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 72 | 108 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.58 |
| HSL | 256.67º | 0.2% | 0.35% | - |
| HSV(B) | 256.67º | 0.33% | 0.42% | - |
| XYZ | 8.5 | 7.51 | 15.19 | - |
| YUV | 79.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 108 | 0.24 | 0.33 | 0 | 0.58 | 256.67 | 0.2 | 0.35 |
| Hex | 52 | 48 | 6C | 18 | 21 | 0 | 3A | 101 | 14 | 23 |
| Octal | 122 | 110 | 154 | 30 | 41 | 0 | 72 | 401 | 24 | 43 |
| Binary | 1010010 | 1001000 | 1101100 | 11000 | 100001 | 0 | 111010 | 100000001 | 10100 | 100011 |
Color Harmonies of #52486C
Complementary color
Monochromatic Colors of #52486C
Black with #52486C
Text Example
Text Example
White with #52486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52486C; }
p { color: rgb(82,72,108); }
H1.HeaderClassName
{
color: #52486C;
}
.AnyTagClassName
{
color: #52486C;
}
</style>
background-color css
<style>
a { background-color: #52486C; }
a { background-color: rgb(82,72,108); }
div.DivClassName
{
background-color: #52486C;
}
.BgClassName
{
background-color: #52486C;
}
</style>
border-color css
<style>
span { border-color: #52486C; }
span { border-color: rgb(82,72,108); }
td.TdClassName
{
border-color: #52486C;
}
.TagClassName
{
border-color: #52486C;
}
</style>