Shades of Meteorite #524869
Tints of Meteorite #524869
RGB
CMYK
RGB Variations
Color information
#524869 (or 0x524869) is known color: Meteorite. HEX triplet: 52, 48 and 69. RGB value is (82,72,105). Sum of RGB (Red+Green+Blue) = 82+72+105=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #524869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524869 is #ADB796. Grayscale: #4E4E4E. Windows color (decimal): -11384727 or 6899794. OLE color: 6899794.
HSL color Cylindrical-coordinate representation of color #524869: hue angle of 258.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #524869 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 72 | 105 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.59 |
| HSL | 258.18º | 0.19% | 0.35% | - |
| HSV(B) | 258.18º | 0.31% | 0.41% | - |
| XYZ | 8.35 | 7.45 | 14.36 | - |
| YUV | 78.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 105 | 0.22 | 0.31 | 0 | 0.59 | 258.18 | 0.19 | 0.35 |
| Hex | 52 | 48 | 69 | 16 | 1F | 0 | 3B | 102 | 13 | 23 |
| Octal | 122 | 110 | 151 | 26 | 37 | 0 | 73 | 402 | 23 | 43 |
| Binary | 1010010 | 1001000 | 1101001 | 10110 | 11111 | 0 | 111011 | 100000010 | 10011 | 100011 |
Color Harmonies of #524869
Complementary color
Monochromatic Colors of #524869
Black with #524869
Text Example
Text Example
White with #524869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524869; }
p { color: rgb(82,72,105); }
H1.HeaderClassName
{
color: #524869;
}
.AnyTagClassName
{
color: #524869;
}
</style>
background-color css
<style>
a { background-color: #524869; }
a { background-color: rgb(82,72,105); }
div.DivClassName
{
background-color: #524869;
}
.BgClassName
{
background-color: #524869;
}
</style>
border-color css
<style>
span { border-color: #524869; }
span { border-color: rgb(82,72,105); }
td.TdClassName
{
border-color: #524869;
}
.TagClassName
{
border-color: #524869;
}
</style>