Shades of Blue Gem #524694
Tints of Blue Gem #524694
RGB
CMYK
RGB Variations
Color information
#524694 (or 0x524694) is known color: Blue Gem. HEX triplet: 52, 46 and 94. RGB value is (82,70,148). Sum of RGB (Red+Green+Blue) = 82+70+148=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #524694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524694 is #ADB96B. Grayscale: #525252. Windows color (decimal): -11385196 or 9717330. OLE color: 9717330.
HSL color Cylindrical-coordinate representation of color #524694: hue angle of 249.23º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #524694 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 70 | 148 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.42 |
| HSL | 249.23º | 0.36% | 0.43% | - |
| HSV(B) | 249.23º | 0.53% | 0.58% | - |
| XYZ | 11.02 | 8.31 | 29.04 | - |
| YUV | 82.48 | 164.98 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 70 | 148 | 0.45 | 0.53 | 0 | 0.42 | 249.23 | 0.36 | 0.43 |
| Hex | 52 | 46 | 94 | 2D | 35 | 0 | 2A | F9 | 24 | 2B |
| Octal | 122 | 106 | 224 | 55 | 65 | 0 | 52 | 371 | 44 | 53 |
| Binary | 1010010 | 1000110 | 10010100 | 101101 | 110101 | 0 | 101010 | 11111001 | 100100 | 101011 |
Color Harmonies of #524694
Complementary color
Monochromatic Colors of #524694
Black with #524694
Text Example
Text Example
White with #524694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524694; }
p { color: rgb(82,70,148); }
H1.HeaderClassName
{
color: #524694;
}
.AnyTagClassName
{
color: #524694;
}
</style>
background-color css
<style>
a { background-color: #524694; }
a { background-color: rgb(82,70,148); }
div.DivClassName
{
background-color: #524694;
}
.BgClassName
{
background-color: #524694;
}
</style>
border-color css
<style>
span { border-color: #524694; }
span { border-color: rgb(82,70,148); }
td.TdClassName
{
border-color: #524694;
}
.TagClassName
{
border-color: #524694;
}
</style>