Shades of Meteorite #524471
Tints of Meteorite #524471
RGB
CMYK
RGB Variations
Color information
#524471 (or 0x524471) is known color: Meteorite. HEX triplet: 52, 44 and 71. RGB value is (82,68,113). Sum of RGB (Red+Green+Blue) = 82+68+113=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #524471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524471 is #ADBB8E. Grayscale: #4D4D4D. Windows color (decimal): -11385743 or 7423058. OLE color: 7423058.
HSL color Cylindrical-coordinate representation of color #524471: hue angle of 258.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #524471 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 68 | 113 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.56 |
| HSL | 258.67º | 0.25% | 0.35% | - |
| HSV(B) | 258.67º | 0.4% | 0.44% | - |
| XYZ | 8.53 | 7.12 | 16.55 | - |
| YUV | 77.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 68 | 113 | 0.27 | 0.40 | 0 | 0.56 | 258.67 | 0.25 | 0.35 |
| Hex | 52 | 44 | 71 | 1B | 28 | 0 | 38 | 103 | 19 | 23 |
| Octal | 122 | 104 | 161 | 33 | 50 | 0 | 70 | 403 | 31 | 43 |
| Binary | 1010010 | 1000100 | 1110001 | 11011 | 101000 | 0 | 111000 | 100000011 | 11001 | 100011 |
Color Harmonies of #524471
Complementary color
Monochromatic Colors of #524471
Black with #524471
Text Example
Text Example
White with #524471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524471; }
p { color: rgb(82,68,113); }
H1.HeaderClassName
{
color: #524471;
}
.AnyTagClassName
{
color: #524471;
}
</style>
background-color css
<style>
a { background-color: #524471; }
a { background-color: rgb(82,68,113); }
div.DivClassName
{
background-color: #524471;
}
.BgClassName
{
background-color: #524471;
}
</style>
border-color css
<style>
span { border-color: #524471; }
span { border-color: rgb(82,68,113); }
td.TdClassName
{
border-color: #524471;
}
.TagClassName
{
border-color: #524471;
}
</style>