Shades of Blue Gem #524896
Tints of Blue Gem #524896
RGB
CMYK
RGB Variations
Color information
#524896 (or 0x524896) is known color: Blue Gem. HEX triplet: 52, 48 and 96. RGB value is (82,72,150). Sum of RGB (Red+Green+Blue) = 82+72+150=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #524896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524896 is #ADB769. Grayscale: #535353. Windows color (decimal): -11384682 or 9848914. OLE color: 9848914.
HSL color Cylindrical-coordinate representation of color #524896: hue angle of 247.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #524896 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 72 | 150 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.41 |
| HSL | 247.69º | 0.35% | 0.44% | - |
| HSV(B) | 247.69º | 0.52% | 0.59% | - |
| XYZ | 11.3 | 8.63 | 29.92 | - |
| YUV | 83.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 150 | 0.45 | 0.52 | 0 | 0.41 | 247.69 | 0.35 | 0.44 |
| Hex | 52 | 48 | 96 | 2D | 34 | 0 | 29 | F8 | 23 | 2C |
| Octal | 122 | 110 | 226 | 55 | 64 | 0 | 51 | 370 | 43 | 54 |
| Binary | 1010010 | 1001000 | 10010110 | 101101 | 110100 | 0 | 101001 | 11111000 | 100011 | 101100 |
Color Harmonies of #524896
Complementary color
Monochromatic Colors of #524896
Black with #524896
Text Example
Text Example
White with #524896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524896; }
p { color: rgb(82,72,150); }
H1.HeaderClassName
{
color: #524896;
}
.AnyTagClassName
{
color: #524896;
}
</style>
background-color css
<style>
a { background-color: #524896; }
a { background-color: rgb(82,72,150); }
div.DivClassName
{
background-color: #524896;
}
.BgClassName
{
background-color: #524896;
}
</style>
border-color css
<style>
span { border-color: #524896; }
span { border-color: rgb(82,72,150); }
td.TdClassName
{
border-color: #524896;
}
.TagClassName
{
border-color: #524896;
}
</style>