Shades of Meteorite #523C71
Tints of Meteorite #523C71
RGB
CMYK
RGB Variations
Color information
#523C71 (or 0x523C71) is known color: Meteorite. HEX triplet: 52, 3C and 71. RGB value is (82,60,113). Sum of RGB (Red+Green+Blue) = 82+60+113=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #523C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523C71 is #ADC38E. Grayscale: #484848. Windows color (decimal): -11387791 or 7421010. OLE color: 7421010.
HSL color Cylindrical-coordinate representation of color #523C71: hue angle of 264.91º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #523C71 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 60 | 113 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.56 |
| HSL | 264.91º | 0.31% | 0.34% | - |
| HSV(B) | 264.91º | 0.47% | 0.44% | - |
| XYZ | 8.08 | 6.22 | 16.4 | - |
| YUV | 72.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 113 | 0.27 | 0.47 | 0 | 0.56 | 264.91 | 0.31 | 0.34 |
| Hex | 52 | 3C | 71 | 1B | 2F | 0 | 38 | 109 | 1F | 22 |
| Octal | 122 | 74 | 161 | 33 | 57 | 0 | 70 | 411 | 37 | 42 |
| Binary | 1010010 | 111100 | 1110001 | 11011 | 101111 | 0 | 111000 | 100001001 | 11111 | 100010 |
Color Harmonies of #523C71
Complementary color
Monochromatic Colors of #523C71
Black with #523C71
Text Example
Text Example
White with #523C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C71; }
p { color: rgb(82,60,113); }
H1.HeaderClassName
{
color: #523C71;
}
.AnyTagClassName
{
color: #523C71;
}
</style>
background-color css
<style>
a { background-color: #523C71; }
a { background-color: rgb(82,60,113); }
div.DivClassName
{
background-color: #523C71;
}
.BgClassName
{
background-color: #523C71;
}
</style>
border-color css
<style>
span { border-color: #523C71; }
span { border-color: rgb(82,60,113); }
td.TdClassName
{
border-color: #523C71;
}
.TagClassName
{
border-color: #523C71;
}
</style>