Shades of Meteorite #524078
Tints of Meteorite #524078
RGB
CMYK
RGB Variations
Color information
#524078 (or 0x524078) is known color: Meteorite. HEX triplet: 52, 40 and 78. RGB value is (82,64,120). Sum of RGB (Red+Green+Blue) = 82+64+120=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #524078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524078 is #ADBF87. Grayscale: #4B4B4B. Windows color (decimal): -11386760 or 7880786. OLE color: 7880786.
HSL color Cylindrical-coordinate representation of color #524078: hue angle of 259.29º degrees, saturation: 0.3, 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 #524078 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 64 | 120 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.53 |
| HSL | 259.29º | 0.3% | 0.36% | - |
| HSV(B) | 259.29º | 0.47% | 0.47% | - |
| XYZ | 8.7 | 6.82 | 18.63 | - |
| YUV | 75.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 120 | 0.32 | 0.47 | 0 | 0.53 | 259.29 | 0.3 | 0.36 |
| Hex | 52 | 40 | 78 | 20 | 2F | 0 | 35 | 103 | 1E | 24 |
| Octal | 122 | 100 | 170 | 40 | 57 | 0 | 65 | 403 | 36 | 44 |
| Binary | 1010010 | 1000000 | 1111000 | 100000 | 101111 | 0 | 110101 | 100000011 | 11110 | 100100 |
Color Harmonies of #524078
Complementary color
Monochromatic Colors of #524078
Black with #524078
Text Example
Text Example
White with #524078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524078; }
p { color: rgb(82,64,120); }
H1.HeaderClassName
{
color: #524078;
}
.AnyTagClassName
{
color: #524078;
}
</style>
background-color css
<style>
a { background-color: #524078; }
a { background-color: rgb(82,64,120); }
div.DivClassName
{
background-color: #524078;
}
.BgClassName
{
background-color: #524078;
}
</style>
border-color css
<style>
span { border-color: #524078; }
span { border-color: rgb(82,64,120); }
td.TdClassName
{
border-color: #524078;
}
.TagClassName
{
border-color: #524078;
}
</style>