Shades of Blue Gem #524892
Tints of Blue Gem #524892
RGB
CMYK
RGB Variations
Color information
#524892 (or 0x524892) is known color: Blue Gem. HEX triplet: 52, 48 and 92. RGB value is (82,72,146). Sum of RGB (Red+Green+Blue) = 82+72+146=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #524892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524892 is #ADB76D. Grayscale: #535353. Windows color (decimal): -11384686 or 9586770. OLE color: 9586770.
HSL color Cylindrical-coordinate representation of color #524892: hue angle of 248.11º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524892 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 72 | 146 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.43 |
| HSL | 248.11º | 0.34% | 0.43% | - |
| HSV(B) | 248.11º | 0.51% | 0.57% | - |
| XYZ | 10.99 | 8.5 | 28.26 | - |
| YUV | 83.43 | 163.31 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 146 | 0.44 | 0.51 | 0 | 0.43 | 248.11 | 0.34 | 0.43 |
| Hex | 52 | 48 | 92 | 2C | 33 | 0 | 2B | F8 | 22 | 2B |
| Octal | 122 | 110 | 222 | 54 | 63 | 0 | 53 | 370 | 42 | 53 |
| Binary | 1010010 | 1001000 | 10010010 | 101100 | 110011 | 0 | 101011 | 11111000 | 100010 | 101011 |
Color Harmonies of #524892
Complementary color
Monochromatic Colors of #524892
Black with #524892
Text Example
Text Example
White with #524892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524892; }
p { color: rgb(82,72,146); }
H1.HeaderClassName
{
color: #524892;
}
.AnyTagClassName
{
color: #524892;
}
</style>
background-color css
<style>
a { background-color: #524892; }
a { background-color: rgb(82,72,146); }
div.DivClassName
{
background-color: #524892;
}
.BgClassName
{
background-color: #524892;
}
</style>
border-color css
<style>
span { border-color: #524892; }
span { border-color: rgb(82,72,146); }
td.TdClassName
{
border-color: #524892;
}
.TagClassName
{
border-color: #524892;
}
</style>