Shades of Blue Gem #524893
Tints of Blue Gem #524893
RGB
CMYK
RGB Variations
Color information
#524893 (or 0x524893) is known color: Blue Gem. HEX triplet: 52, 48 and 93. RGB value is (82,72,147). Sum of RGB (Red+Green+Blue) = 82+72+147=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #524893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524893 is #ADB76C. Grayscale: #535353. Windows color (decimal): -11384685 or 9652306. OLE color: 9652306.
HSL color Cylindrical-coordinate representation of color #524893: hue angle of 248º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524893 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 72 | 147 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.42 |
| HSL | 248º | 0.34% | 0.43% | - |
| HSV(B) | 248º | 0.51% | 0.58% | - |
| XYZ | 11.06 | 8.54 | 28.67 | - |
| YUV | 83.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 147 | 0.44 | 0.51 | 0 | 0.42 | 248 | 0.34 | 0.43 |
| Hex | 52 | 48 | 93 | 2C | 33 | 0 | 2A | F8 | 22 | 2B |
| Octal | 122 | 110 | 223 | 54 | 63 | 0 | 52 | 370 | 42 | 53 |
| Binary | 1010010 | 1001000 | 10010011 | 101100 | 110011 | 0 | 101010 | 11111000 | 100010 | 101011 |
Color Harmonies of #524893
Complementary color
Monochromatic Colors of #524893
Black with #524893
Text Example
Text Example
White with #524893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524893; }
p { color: rgb(82,72,147); }
H1.HeaderClassName
{
color: #524893;
}
.AnyTagClassName
{
color: #524893;
}
</style>
background-color css
<style>
a { background-color: #524893; }
a { background-color: rgb(82,72,147); }
div.DivClassName
{
background-color: #524893;
}
.BgClassName
{
background-color: #524893;
}
</style>
border-color css
<style>
span { border-color: #524893; }
span { border-color: rgb(82,72,147); }
td.TdClassName
{
border-color: #524893;
}
.TagClassName
{
border-color: #524893;
}
</style>