Shades of Meteorite #52426A
Tints of Meteorite #52426A
RGB
CMYK
RGB Variations
Color information
#52426A (or 0x52426A) is known color: Meteorite. HEX triplet: 52, 42 and 6A. RGB value is (82,66,106). Sum of RGB (Red+Green+Blue) = 82+66+106=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 106 - color contains mainly: blue. Hex color #52426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52426A is #ADBD95. Grayscale: #4B4B4B. Windows color (decimal): -11386262 or 6963794. OLE color: 6963794.
HSL color Cylindrical-coordinate representation of color #52426A: hue angle of 264º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52426A is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 66 | 106 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.58 |
| HSL | 264º | 0.23% | 0.34% | - |
| HSV(B) | 264º | 0.38% | 0.42% | - |
| XYZ | 8.03 | 6.73 | 14.51 | - |
| YUV | 75.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 106 | 0.23 | 0.38 | 0 | 0.58 | 264 | 0.23 | 0.34 |
| Hex | 52 | 42 | 6A | 17 | 26 | 0 | 3A | 108 | 17 | 22 |
| Octal | 122 | 102 | 152 | 27 | 46 | 0 | 72 | 410 | 27 | 42 |
| Binary | 1010010 | 1000010 | 1101010 | 10111 | 100110 | 0 | 111010 | 100001000 | 10111 | 100010 |
Color Harmonies of #52426A
Complementary color
Monochromatic Colors of #52426A
Black with #52426A
Text Example
Text Example
White with #52426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52426A; }
p { color: rgb(82,66,106); }
H1.HeaderClassName
{
color: #52426A;
}
.AnyTagClassName
{
color: #52426A;
}
</style>
background-color css
<style>
a { background-color: #52426A; }
a { background-color: rgb(82,66,106); }
div.DivClassName
{
background-color: #52426A;
}
.BgClassName
{
background-color: #52426A;
}
</style>
border-color css
<style>
span { border-color: #52426A; }
span { border-color: rgb(82,66,106); }
td.TdClassName
{
border-color: #52426A;
}
.TagClassName
{
border-color: #52426A;
}
</style>