Shades of Meteorite #524066
Tints of Meteorite #524066
RGB
CMYK
RGB Variations
Color information
#524066 (or 0x524066) is known color: Meteorite. HEX triplet: 52, 40 and 66. RGB value is (82,64,102). Sum of RGB (Red+Green+Blue) = 82+64+102=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #524066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524066 is #ADBF99. Grayscale: #494949. Windows color (decimal): -11386778 or 6701138. OLE color: 6701138.
HSL color Cylindrical-coordinate representation of color #524066: hue angle of 268.42º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #524066 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 64 | 102 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.6 |
| HSL | 268.42º | 0.23% | 0.33% | - |
| HSV(B) | 268.42º | 0.37% | 0.4% | - |
| XYZ | 7.71 | 6.42 | 13.4 | - |
| YUV | 73.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 102 | 0.20 | 0.37 | 0 | 0.6 | 268.42 | 0.23 | 0.33 |
| Hex | 52 | 40 | 66 | 14 | 25 | 0 | 3C | 10C | 17 | 21 |
| Octal | 122 | 100 | 146 | 24 | 45 | 0 | 74 | 414 | 27 | 41 |
| Binary | 1010010 | 1000000 | 1100110 | 10100 | 100101 | 0 | 111100 | 100001100 | 10111 | 100001 |
Color Harmonies of #524066
Complementary color
Monochromatic Colors of #524066
Black with #524066
Text Example
Text Example
White with #524066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524066; }
p { color: rgb(82,64,102); }
H1.HeaderClassName
{
color: #524066;
}
.AnyTagClassName
{
color: #524066;
}
</style>
background-color css
<style>
a { background-color: #524066; }
a { background-color: rgb(82,64,102); }
div.DivClassName
{
background-color: #524066;
}
.BgClassName
{
background-color: #524066;
}
</style>
border-color css
<style>
span { border-color: #524066; }
span { border-color: rgb(82,64,102); }
td.TdClassName
{
border-color: #524066;
}
.TagClassName
{
border-color: #524066;
}
</style>