Shades of Meteorite #523D73
Tints of Meteorite #523D73
RGB
CMYK
RGB Variations
Color information
#523D73 (or 0x523D73) is known color: Meteorite. HEX triplet: 52, 3D and 73. RGB value is (82,61,115). Sum of RGB (Red+Green+Blue) = 82+61+115=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #523D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D73 is #ADC28C. Grayscale: #494949. Windows color (decimal): -11387533 or 7552338. OLE color: 7552338.
HSL color Cylindrical-coordinate representation of color #523D73: hue angle of 263.33º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #523D73 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 61 | 115 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.55 |
| HSL | 263.33º | 0.31% | 0.35% | - |
| HSV(B) | 263.33º | 0.47% | 0.45% | - |
| XYZ | 8.24 | 6.37 | 17.01 | - |
| YUV | 73.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 115 | 0.29 | 0.47 | 0 | 0.55 | 263.33 | 0.31 | 0.35 |
| Hex | 52 | 3D | 73 | 1D | 2F | 0 | 37 | 107 | 1F | 23 |
| Octal | 122 | 75 | 163 | 35 | 57 | 0 | 67 | 407 | 37 | 43 |
| Binary | 1010010 | 111101 | 1110011 | 11101 | 101111 | 0 | 110111 | 100000111 | 11111 | 100011 |
Color Harmonies of #523D73
Complementary color
Monochromatic Colors of #523D73
Black with #523D73
Text Example
Text Example
White with #523D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D73; }
p { color: rgb(82,61,115); }
H1.HeaderClassName
{
color: #523D73;
}
.AnyTagClassName
{
color: #523D73;
}
</style>
background-color css
<style>
a { background-color: #523D73; }
a { background-color: rgb(82,61,115); }
div.DivClassName
{
background-color: #523D73;
}
.BgClassName
{
background-color: #523D73;
}
</style>
border-color css
<style>
span { border-color: #523D73; }
span { border-color: rgb(82,61,115); }
td.TdClassName
{
border-color: #523D73;
}
.TagClassName
{
border-color: #523D73;
}
</style>