Shades of Meteorite #524C6C
Tints of Meteorite #524C6C
RGB
CMYK
RGB Variations
Color information
#524C6C (or 0x524C6C) is known color: Meteorite. HEX triplet: 52, 4C and 6C. RGB value is (82,76,108). Sum of RGB (Red+Green+Blue) = 82+76+108=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #524C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C6C is #ADB393. Grayscale: #515151. Windows color (decimal): -11383700 or 7097426. OLE color: 7097426.
HSL color Cylindrical-coordinate representation of color #524C6C: hue angle of 251.25º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #524C6C is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 76 | 108 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.58 |
| HSL | 251.25º | 0.17% | 0.36% | - |
| HSV(B) | 251.25º | 0.3% | 0.42% | - |
| XYZ | 8.77 | 8.05 | 15.28 | - |
| YUV | 81.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 108 | 0.24 | 0.30 | 0 | 0.58 | 251.25 | 0.17 | 0.36 |
| Hex | 52 | 4C | 6C | 18 | 1E | 0 | 3A | FB | 11 | 24 |
| Octal | 122 | 114 | 154 | 30 | 36 | 0 | 72 | 373 | 21 | 44 |
| Binary | 1010010 | 1001100 | 1101100 | 11000 | 11110 | 0 | 111010 | 11111011 | 10001 | 100100 |
Color Harmonies of #524C6C
Complementary color
Monochromatic Colors of #524C6C
Black with #524C6C
Text Example
Text Example
White with #524C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C6C; }
p { color: rgb(82,76,108); }
H1.HeaderClassName
{
color: #524C6C;
}
.AnyTagClassName
{
color: #524C6C;
}
</style>
background-color css
<style>
a { background-color: #524C6C; }
a { background-color: rgb(82,76,108); }
div.DivClassName
{
background-color: #524C6C;
}
.BgClassName
{
background-color: #524C6C;
}
</style>
border-color css
<style>
span { border-color: #524C6C; }
span { border-color: rgb(82,76,108); }
td.TdClassName
{
border-color: #524C6C;
}
.TagClassName
{
border-color: #524C6C;
}
</style>