Shades of Meteorite #52436B
Tints of Meteorite #52436B
RGB
CMYK
RGB Variations
Color information
#52436B (or 0x52436B) is known color: Meteorite. HEX triplet: 52, 43 and 6B. RGB value is (82,67,107). Sum of RGB (Red+Green+Blue) = 82+67+107=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #52436B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52436B is #ADBC94. Grayscale: #4B4B4B. Windows color (decimal): -11386005 or 7029586. OLE color: 7029586.
HSL color Cylindrical-coordinate representation of color #52436B: hue angle of 262.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52436B is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 67 | 107 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.58 |
| HSL | 262.5º | 0.23% | 0.34% | - |
| HSV(B) | 262.5º | 0.37% | 0.42% | - |
| XYZ | 8.14 | 6.87 | 14.81 | - |
| YUV | 76.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 107 | 0.23 | 0.37 | 0 | 0.58 | 262.5 | 0.23 | 0.34 |
| Hex | 52 | 43 | 6B | 17 | 25 | 0 | 3A | 106 | 17 | 22 |
| Octal | 122 | 103 | 153 | 27 | 45 | 0 | 72 | 406 | 27 | 42 |
| Binary | 1010010 | 1000011 | 1101011 | 10111 | 100101 | 0 | 111010 | 100000110 | 10111 | 100010 |
Color Harmonies of #52436B
Complementary color
Monochromatic Colors of #52436B
Black with #52436B
Text Example
Text Example
White with #52436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52436B; }
p { color: rgb(82,67,107); }
H1.HeaderClassName
{
color: #52436B;
}
.AnyTagClassName
{
color: #52436B;
}
</style>
background-color css
<style>
a { background-color: #52436B; }
a { background-color: rgb(82,67,107); }
div.DivClassName
{
background-color: #52436B;
}
.BgClassName
{
background-color: #52436B;
}
</style>
border-color css
<style>
span { border-color: #52436B; }
span { border-color: rgb(82,67,107); }
td.TdClassName
{
border-color: #52436B;
}
.TagClassName
{
border-color: #52436B;
}
</style>