Shades of Meteorite #524165
Tints of Meteorite #524165
RGB
CMYK
RGB Variations
Color information
#524165 (or 0x524165) is known color: Meteorite. HEX triplet: 52, 41 and 65. RGB value is (82,65,101). Sum of RGB (Red+Green+Blue) = 82+65+101=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #524165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524165 is #ADBE9A. Grayscale: #4A4A4A. Windows color (decimal): -11386523 or 6635858. OLE color: 6635858.
HSL color Cylindrical-coordinate representation of color #524165: hue angle of 268.33º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #524165 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 65 | 101 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.60 |
| HSL | 268.33º | 0.22% | 0.33% | - |
| HSV(B) | 268.33º | 0.36% | 0.4% | - |
| XYZ | 7.72 | 6.51 | 13.16 | - |
| YUV | 74.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 101 | 0.19 | 0.36 | 0 | 0.60 | 268.33 | 0.22 | 0.33 |
| Hex | 52 | 41 | 65 | 13 | 24 | 0 | 3C | 10C | 16 | 21 |
| Octal | 122 | 101 | 145 | 23 | 44 | 0 | 74 | 414 | 26 | 41 |
| Binary | 1010010 | 1000001 | 1100101 | 10011 | 100100 | 0 | 111100 | 100001100 | 10110 | 100001 |
Color Harmonies of #524165
Complementary color
Monochromatic Colors of #524165
Black with #524165
Text Example
Text Example
White with #524165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524165; }
p { color: rgb(82,65,101); }
H1.HeaderClassName
{
color: #524165;
}
.AnyTagClassName
{
color: #524165;
}
</style>
background-color css
<style>
a { background-color: #524165; }
a { background-color: rgb(82,65,101); }
div.DivClassName
{
background-color: #524165;
}
.BgClassName
{
background-color: #524165;
}
</style>
border-color css
<style>
span { border-color: #524165; }
span { border-color: rgb(82,65,101); }
td.TdClassName
{
border-color: #524165;
}
.TagClassName
{
border-color: #524165;
}
</style>