Shades of Meteorite #524A70
Tints of Meteorite #524A70
RGB
CMYK
RGB Variations
Color information
#524A70 (or 0x524A70) is known color: Meteorite. HEX triplet: 52, 4A and 70. RGB value is (82,74,112). Sum of RGB (Red+Green+Blue) = 82+74+112=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #524A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A70 is #ADB58F. Grayscale: #505050. Windows color (decimal): -11384208 or 7359058. OLE color: 7359058.
HSL color Cylindrical-coordinate representation of color #524A70: hue angle of 252.63º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #524A70 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 74 | 112 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.56 |
| HSL | 252.63º | 0.2% | 0.36% | - |
| HSV(B) | 252.63º | 0.34% | 0.44% | - |
| XYZ | 8.85 | 7.86 | 16.38 | - |
| YUV | 80.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 112 | 0.27 | 0.34 | 0 | 0.56 | 252.63 | 0.2 | 0.36 |
| Hex | 52 | 4A | 70 | 1B | 22 | 0 | 38 | FD | 14 | 24 |
| Octal | 122 | 112 | 160 | 33 | 42 | 0 | 70 | 375 | 24 | 44 |
| Binary | 1010010 | 1001010 | 1110000 | 11011 | 100010 | 0 | 111000 | 11111101 | 10100 | 100100 |
Color Harmonies of #524A70
Complementary color
Monochromatic Colors of #524A70
Black with #524A70
Text Example
Text Example
White with #524A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A70; }
p { color: rgb(82,74,112); }
H1.HeaderClassName
{
color: #524A70;
}
.AnyTagClassName
{
color: #524A70;
}
</style>
background-color css
<style>
a { background-color: #524A70; }
a { background-color: rgb(82,74,112); }
div.DivClassName
{
background-color: #524A70;
}
.BgClassName
{
background-color: #524A70;
}
</style>
border-color css
<style>
span { border-color: #524A70; }
span { border-color: rgb(82,74,112); }
td.TdClassName
{
border-color: #524A70;
}
.TagClassName
{
border-color: #524A70;
}
</style>