Shades of Meteorite #52456F
Tints of Meteorite #52456F
RGB
CMYK
RGB Variations
Color information
#52456F (or 0x52456F) is known color: Meteorite. HEX triplet: 52, 45 and 6F. RGB value is (82,69,111). Sum of RGB (Red+Green+Blue) = 82+69+111=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 111 - color contains mainly: blue. Hex color #52456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52456F is #ADBA90. Grayscale: #4D4D4D. Windows color (decimal): -11385489 or 7292242. OLE color: 7292242.
HSL color Cylindrical-coordinate representation of color #52456F: hue angle of 258.57º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52456F is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 69 | 111 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.56 |
| HSL | 258.57º | 0.23% | 0.35% | - |
| HSV(B) | 258.57º | 0.38% | 0.44% | - |
| XYZ | 8.48 | 7.2 | 15.98 | - |
| YUV | 77.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 111 | 0.26 | 0.38 | 0 | 0.56 | 258.57 | 0.23 | 0.35 |
| Hex | 52 | 45 | 6F | 1A | 26 | 0 | 38 | 103 | 17 | 23 |
| Octal | 122 | 105 | 157 | 32 | 46 | 0 | 70 | 403 | 27 | 43 |
| Binary | 1010010 | 1000101 | 1101111 | 11010 | 100110 | 0 | 111000 | 100000011 | 10111 | 100011 |
Color Harmonies of #52456F
Complementary color
Monochromatic Colors of #52456F
Black with #52456F
Text Example
Text Example
White with #52456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52456F; }
p { color: rgb(82,69,111); }
H1.HeaderClassName
{
color: #52456F;
}
.AnyTagClassName
{
color: #52456F;
}
</style>
background-color css
<style>
a { background-color: #52456F; }
a { background-color: rgb(82,69,111); }
div.DivClassName
{
background-color: #52456F;
}
.BgClassName
{
background-color: #52456F;
}
</style>
border-color css
<style>
span { border-color: #52456F; }
span { border-color: rgb(82,69,111); }
td.TdClassName
{
border-color: #52456F;
}
.TagClassName
{
border-color: #52456F;
}
</style>