Shades of Blue Gem #524196
Tints of Blue Gem #524196
RGB
CMYK
RGB Variations
Color information
#524196 (or 0x524196) is known color: Blue Gem. HEX triplet: 52, 41 and 96. RGB value is (82,65,150). Sum of RGB (Red+Green+Blue) = 82+65+150=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #524196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524196 is #ADBE69. Grayscale: #4F4F4F. Windows color (decimal): -11386474 or 9847122. OLE color: 9847122.
HSL color Cylindrical-coordinate representation of color #524196: hue angle of 252º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #524196 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 65 | 150 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.41 |
| HSL | 252º | 0.4% | 0.42% | - |
| HSV(B) | 252º | 0.57% | 0.59% | - |
| XYZ | 10.87 | 7.78 | 29.78 | - |
| YUV | 79.77 | 167.63 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 150 | 0.45 | 0.57 | 0 | 0.41 | 252 | 0.4 | 0.42 |
| Hex | 52 | 41 | 96 | 2D | 39 | 0 | 29 | FC | 28 | 2A |
| Octal | 122 | 101 | 226 | 55 | 71 | 0 | 51 | 374 | 50 | 52 |
| Binary | 1010010 | 1000001 | 10010110 | 101101 | 111001 | 0 | 101001 | 11111100 | 101000 | 101010 |
Color Harmonies of #524196
Complementary color
Monochromatic Colors of #524196
Black with #524196
Text Example
Text Example
White with #524196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524196; }
p { color: rgb(82,65,150); }
H1.HeaderClassName
{
color: #524196;
}
.AnyTagClassName
{
color: #524196;
}
</style>
background-color css
<style>
a { background-color: #524196; }
a { background-color: rgb(82,65,150); }
div.DivClassName
{
background-color: #524196;
}
.BgClassName
{
background-color: #524196;
}
</style>
border-color css
<style>
span { border-color: #524196; }
span { border-color: rgb(82,65,150); }
td.TdClassName
{
border-color: #524196;
}
.TagClassName
{
border-color: #524196;
}
</style>