Shades of Meteorite #52436E
Tints of Meteorite #52436E
RGB
CMYK
RGB Variations
Color information
#52436E (or 0x52436E) is known color: Meteorite. HEX triplet: 52, 43 and 6E. RGB value is (82,67,110). Sum of RGB (Red+Green+Blue) = 82+67+110=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 110 - color contains mainly: blue. Hex color #52436E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52436E is #ADBC91. Grayscale: #4C4C4C. Windows color (decimal): -11386002 or 7226194. OLE color: 7226194.
HSL color Cylindrical-coordinate representation of color #52436E: hue angle of 260.93º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52436E is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 67 | 110 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.57 |
| HSL | 260.93º | 0.24% | 0.35% | - |
| HSV(B) | 260.93º | 0.39% | 0.43% | - |
| XYZ | 8.3 | 6.93 | 15.65 | - |
| YUV | 76.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 110 | 0.25 | 0.39 | 0 | 0.57 | 260.93 | 0.24 | 0.35 |
| Hex | 52 | 43 | 6E | 19 | 27 | 0 | 39 | 105 | 18 | 23 |
| Octal | 122 | 103 | 156 | 31 | 47 | 0 | 71 | 405 | 30 | 43 |
| Binary | 1010010 | 1000011 | 1101110 | 11001 | 100111 | 0 | 111001 | 100000101 | 11000 | 100011 |
Color Harmonies of #52436E
Complementary color
Monochromatic Colors of #52436E
Black with #52436E
Text Example
Text Example
White with #52436E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52436E; }
p { color: rgb(82,67,110); }
H1.HeaderClassName
{
color: #52436E;
}
.AnyTagClassName
{
color: #52436E;
}
</style>
background-color css
<style>
a { background-color: #52436E; }
a { background-color: rgb(82,67,110); }
div.DivClassName
{
background-color: #52436E;
}
.BgClassName
{
background-color: #52436E;
}
</style>
border-color css
<style>
span { border-color: #52436E; }
span { border-color: rgb(82,67,110); }
td.TdClassName
{
border-color: #52436E;
}
.TagClassName
{
border-color: #52436E;
}
</style>