Shades of Blue Gem #524295
Tints of Blue Gem #524295
RGB
CMYK
RGB Variations
Color information
#524295 (or 0x524295) is known color: Blue Gem. HEX triplet: 52, 42 and 95. RGB value is (82,66,149). Sum of RGB (Red+Green+Blue) = 82+66+149=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #524295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524295 is #ADBD6A. Grayscale: #4F4F4F. Windows color (decimal): -11386219 or 9781842. OLE color: 9781842.
HSL color Cylindrical-coordinate representation of color #524295: hue angle of 251.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #524295 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 66 | 149 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.42 |
| HSL | 251.57º | 0.39% | 0.42% | - |
| HSV(B) | 251.57º | 0.56% | 0.58% | - |
| XYZ | 10.85 | 7.86 | 29.38 | - |
| YUV | 80.25 | 166.8 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 149 | 0.45 | 0.56 | 0 | 0.42 | 251.57 | 0.39 | 0.42 |
| Hex | 52 | 42 | 95 | 2D | 38 | 0 | 2A | FC | 27 | 2A |
| Octal | 122 | 102 | 225 | 55 | 70 | 0 | 52 | 374 | 47 | 52 |
| Binary | 1010010 | 1000010 | 10010101 | 101101 | 111000 | 0 | 101010 | 11111100 | 100111 | 101010 |
Color Harmonies of #524295
Complementary color
Monochromatic Colors of #524295
Black with #524295
Text Example
Text Example
White with #524295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524295; }
p { color: rgb(82,66,149); }
H1.HeaderClassName
{
color: #524295;
}
.AnyTagClassName
{
color: #524295;
}
</style>
background-color css
<style>
a { background-color: #524295; }
a { background-color: rgb(82,66,149); }
div.DivClassName
{
background-color: #524295;
}
.BgClassName
{
background-color: #524295;
}
</style>
border-color css
<style>
span { border-color: #524295; }
span { border-color: rgb(82,66,149); }
td.TdClassName
{
border-color: #524295;
}
.TagClassName
{
border-color: #524295;
}
</style>