Shades of Meteorite #523C69
Tints of Meteorite #523C69
RGB
CMYK
RGB Variations
Color information
#523C69 (or 0x523C69) is known color: Meteorite. HEX triplet: 52, 3C and 69. RGB value is (82,60,105). Sum of RGB (Red+Green+Blue) = 82+60+105=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #523C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523C69 is #ADC396. Grayscale: #474747. Windows color (decimal): -11387799 or 6896722. OLE color: 6896722.
HSL color Cylindrical-coordinate representation of color #523C69: hue angle of 269.33º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #523C69 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 60 | 105 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.59 |
| HSL | 269.33º | 0.27% | 0.32% | - |
| HSV(B) | 269.33º | 0.43% | 0.41% | - |
| XYZ | 7.65 | 6.05 | 14.13 | - |
| YUV | 71.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 105 | 0.22 | 0.43 | 0 | 0.59 | 269.33 | 0.27 | 0.32 |
| Hex | 52 | 3C | 69 | 16 | 2B | 0 | 3B | 10D | 1B | 20 |
| Octal | 122 | 74 | 151 | 26 | 53 | 0 | 73 | 415 | 33 | 40 |
| Binary | 1010010 | 111100 | 1101001 | 10110 | 101011 | 0 | 111011 | 100001101 | 11011 | 100000 |
Color Harmonies of #523C69
Complementary color
Monochromatic Colors of #523C69
Black with #523C69
Text Example
Text Example
White with #523C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C69; }
p { color: rgb(82,60,105); }
H1.HeaderClassName
{
color: #523C69;
}
.AnyTagClassName
{
color: #523C69;
}
</style>
background-color css
<style>
a { background-color: #523C69; }
a { background-color: rgb(82,60,105); }
div.DivClassName
{
background-color: #523C69;
}
.BgClassName
{
background-color: #523C69;
}
</style>
border-color css
<style>
span { border-color: #523C69; }
span { border-color: rgb(82,60,105); }
td.TdClassName
{
border-color: #523C69;
}
.TagClassName
{
border-color: #523C69;
}
</style>