Shades of Meteorite #524273
Tints of Meteorite #524273
RGB
CMYK
RGB Variations
Color information
#524273 (or 0x524273) is known color: Meteorite. HEX triplet: 52, 42 and 73. RGB value is (82,66,115). Sum of RGB (Red+Green+Blue) = 82+66+115=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #524273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524273 is #ADBD8C. Grayscale: #4C4C4C. Windows color (decimal): -11386253 or 7553618. OLE color: 7553618.
HSL color Cylindrical-coordinate representation of color #524273: hue angle of 259.59º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #524273 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 66 | 115 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.55 |
| HSL | 259.59º | 0.27% | 0.35% | - |
| HSV(B) | 259.59º | 0.43% | 0.45% | - |
| XYZ | 8.52 | 6.93 | 17.11 | - |
| YUV | 76.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 115 | 0.29 | 0.43 | 0 | 0.55 | 259.59 | 0.27 | 0.35 |
| Hex | 52 | 42 | 73 | 1D | 2B | 0 | 37 | 104 | 1B | 23 |
| Octal | 122 | 102 | 163 | 35 | 53 | 0 | 67 | 404 | 33 | 43 |
| Binary | 1010010 | 1000010 | 1110011 | 11101 | 101011 | 0 | 110111 | 100000100 | 11011 | 100011 |
Color Harmonies of #524273
Complementary color
Monochromatic Colors of #524273
Black with #524273
Text Example
Text Example
White with #524273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524273; }
p { color: rgb(82,66,115); }
H1.HeaderClassName
{
color: #524273;
}
.AnyTagClassName
{
color: #524273;
}
</style>
background-color css
<style>
a { background-color: #524273; }
a { background-color: rgb(82,66,115); }
div.DivClassName
{
background-color: #524273;
}
.BgClassName
{
background-color: #524273;
}
</style>
border-color css
<style>
span { border-color: #524273; }
span { border-color: rgb(82,66,115); }
td.TdClassName
{
border-color: #524273;
}
.TagClassName
{
border-color: #524273;
}
</style>