Shades of Meteorite #523F76
Tints of Meteorite #523F76
RGB
CMYK
RGB Variations
Color information
#523F76 (or 0x523F76) is known color: Meteorite. HEX triplet: 52, 3F and 76. RGB value is (82,63,118). Sum of RGB (Red+Green+Blue) = 82+63+118=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #523F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523F76 is #ADC089. Grayscale: #4A4A4A. Windows color (decimal): -11387018 or 7749458. OLE color: 7749458.
HSL color Cylindrical-coordinate representation of color #523F76: hue angle of 260.73º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #523F76 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 63 | 118 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.54 |
| HSL | 260.73º | 0.3% | 0.35% | - |
| HSV(B) | 260.73º | 0.47% | 0.46% | - |
| XYZ | 8.53 | 6.66 | 17.98 | - |
| YUV | 74.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 118 | 0.31 | 0.47 | 0 | 0.54 | 260.73 | 0.3 | 0.35 |
| Hex | 52 | 3F | 76 | 1F | 2F | 0 | 36 | 105 | 1E | 23 |
| Octal | 122 | 77 | 166 | 37 | 57 | 0 | 66 | 405 | 36 | 43 |
| Binary | 1010010 | 111111 | 1110110 | 11111 | 101111 | 0 | 110110 | 100000101 | 11110 | 100011 |
Color Harmonies of #523F76
Complementary color
Monochromatic Colors of #523F76
Black with #523F76
Text Example
Text Example
White with #523F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523F76; }
p { color: rgb(82,63,118); }
H1.HeaderClassName
{
color: #523F76;
}
.AnyTagClassName
{
color: #523F76;
}
</style>
background-color css
<style>
a { background-color: #523F76; }
a { background-color: rgb(82,63,118); }
div.DivClassName
{
background-color: #523F76;
}
.BgClassName
{
background-color: #523F76;
}
</style>
border-color css
<style>
span { border-color: #523F76; }
span { border-color: rgb(82,63,118); }
td.TdClassName
{
border-color: #523F76;
}
.TagClassName
{
border-color: #523F76;
}
</style>