Shades of Blue Gem #524291
Tints of Blue Gem #524291
RGB
CMYK
RGB Variations
Color information
#524291 (or 0x524291) is known color: Blue Gem. HEX triplet: 52, 42 and 91. RGB value is (82,66,145). Sum of RGB (Red+Green+Blue) = 82+66+145=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #524291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524291 is #ADBD6E. Grayscale: #4F4F4F. Windows color (decimal): -11386223 or 9519698. OLE color: 9519698.
HSL color Cylindrical-coordinate representation of color #524291: hue angle of 252.15º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #524291 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 66 | 145 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.43 |
| HSL | 252.15º | 0.37% | 0.41% | - |
| HSV(B) | 252.15º | 0.54% | 0.57% | - |
| XYZ | 10.54 | 7.73 | 27.73 | - |
| YUV | 79.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 145 | 0.43 | 0.54 | 0 | 0.43 | 252.15 | 0.37 | 0.41 |
| Hex | 52 | 42 | 91 | 2B | 36 | 0 | 2B | FC | 25 | 29 |
| Octal | 122 | 102 | 221 | 53 | 66 | 0 | 53 | 374 | 45 | 51 |
| Binary | 1010010 | 1000010 | 10010001 | 101011 | 110110 | 0 | 101011 | 11111100 | 100101 | 101001 |
Color Harmonies of #524291
Complementary color
Monochromatic Colors of #524291
Black with #524291
Text Example
Text Example
White with #524291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524291; }
p { color: rgb(82,66,145); }
H1.HeaderClassName
{
color: #524291;
}
.AnyTagClassName
{
color: #524291;
}
</style>
background-color css
<style>
a { background-color: #524291; }
a { background-color: rgb(82,66,145); }
div.DivClassName
{
background-color: #524291;
}
.BgClassName
{
background-color: #524291;
}
</style>
border-color css
<style>
span { border-color: #524291; }
span { border-color: rgb(82,66,145); }
td.TdClassName
{
border-color: #524291;
}
.TagClassName
{
border-color: #524291;
}
</style>