Shades of Meteorite #523F77
Tints of Meteorite #523F77
RGB
CMYK
RGB Variations
Color information
#523F77 (or 0x523F77) is known color: Meteorite. HEX triplet: 52, 3F and 77. RGB value is (82,63,119). Sum of RGB (Red+Green+Blue) = 82+63+119=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #523F77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523F77 is #ADC088. Grayscale: #4A4A4A. Windows color (decimal): -11387017 or 7814994. OLE color: 7814994.
HSL color Cylindrical-coordinate representation of color #523F77: hue angle of 260.36º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #523F77 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 63 | 119 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.53 |
| HSL | 260.36º | 0.31% | 0.36% | - |
| HSV(B) | 260.36º | 0.47% | 0.47% | - |
| XYZ | 8.59 | 6.68 | 18.29 | - |
| YUV | 75.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 119 | 0.31 | 0.47 | 0 | 0.53 | 260.36 | 0.31 | 0.36 |
| Hex | 52 | 3F | 77 | 1F | 2F | 0 | 35 | 104 | 1F | 24 |
| Octal | 122 | 77 | 167 | 37 | 57 | 0 | 65 | 404 | 37 | 44 |
| Binary | 1010010 | 111111 | 1110111 | 11111 | 101111 | 0 | 110101 | 100000100 | 11111 | 100100 |
Color Harmonies of #523F77
Complementary color
Monochromatic Colors of #523F77
Black with #523F77
Text Example
Text Example
White with #523F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523F77; }
p { color: rgb(82,63,119); }
H1.HeaderClassName
{
color: #523F77;
}
.AnyTagClassName
{
color: #523F77;
}
</style>
background-color css
<style>
a { background-color: #523F77; }
a { background-color: rgb(82,63,119); }
div.DivClassName
{
background-color: #523F77;
}
.BgClassName
{
background-color: #523F77;
}
</style>
border-color css
<style>
span { border-color: #523F77; }
span { border-color: rgb(82,63,119); }
td.TdClassName
{
border-color: #523F77;
}
.TagClassName
{
border-color: #523F77;
}
</style>