Shades of Meteorite #524167
Tints of Meteorite #524167
RGB
CMYK
RGB Variations
Color information
#524167 (or 0x524167) is known color: Meteorite. HEX triplet: 52, 41 and 67. RGB value is (82,65,103). Sum of RGB (Red+Green+Blue) = 82+65+103=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #524167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524167 is #ADBE98. Grayscale: #4A4A4A. Windows color (decimal): -11386521 or 6766930. OLE color: 6766930.
HSL color Cylindrical-coordinate representation of color #524167: hue angle of 266.84º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #524167 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 65 | 103 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.60 |
| HSL | 266.84º | 0.23% | 0.33% | - |
| HSV(B) | 266.84º | 0.37% | 0.4% | - |
| XYZ | 7.82 | 6.55 | 13.68 | - |
| YUV | 74.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 103 | 0.20 | 0.37 | 0 | 0.60 | 266.84 | 0.23 | 0.33 |
| Hex | 52 | 41 | 67 | 14 | 25 | 0 | 3C | 10B | 17 | 21 |
| Octal | 122 | 101 | 147 | 24 | 45 | 0 | 74 | 413 | 27 | 41 |
| Binary | 1010010 | 1000001 | 1100111 | 10100 | 100101 | 0 | 111100 | 100001011 | 10111 | 100001 |
Color Harmonies of #524167
Complementary color
Monochromatic Colors of #524167
Black with #524167
Text Example
Text Example
White with #524167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524167; }
p { color: rgb(82,65,103); }
H1.HeaderClassName
{
color: #524167;
}
.AnyTagClassName
{
color: #524167;
}
</style>
background-color css
<style>
a { background-color: #524167; }
a { background-color: rgb(82,65,103); }
div.DivClassName
{
background-color: #524167;
}
.BgClassName
{
background-color: #524167;
}
</style>
border-color css
<style>
span { border-color: #524167; }
span { border-color: rgb(82,65,103); }
td.TdClassName
{
border-color: #524167;
}
.TagClassName
{
border-color: #524167;
}
</style>