Shades of Blue Gem #523D91
Tints of Blue Gem #523D91
RGB
CMYK
RGB Variations
Color information
#523D91 (or 0x523D91) is known color: Blue Gem. HEX triplet: 52, 3D and 91. RGB value is (82,61,145). Sum of RGB (Red+Green+Blue) = 82+61+145=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #523D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523D91 is #ADC26E. Grayscale: #4C4C4C. Windows color (decimal): -11387503 or 9518418. OLE color: 9518418.
HSL color Cylindrical-coordinate representation of color #523D91: hue angle of 255º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #523D91 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 61 | 145 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.43 |
| HSL | 255º | 0.41% | 0.4% | - |
| HSV(B) | 255º | 0.58% | 0.57% | - |
| XYZ | 10.26 | 7.18 | 27.63 | - |
| YUV | 76.86 | 166.46 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 145 | 0.43 | 0.58 | 0 | 0.43 | 255 | 0.41 | 0.4 |
| Hex | 52 | 3D | 91 | 2B | 3A | 0 | 2B | FF | 29 | 28 |
| Octal | 122 | 75 | 221 | 53 | 72 | 0 | 53 | 377 | 51 | 50 |
| Binary | 1010010 | 111101 | 10010001 | 101011 | 111010 | 0 | 101011 | 11111111 | 101001 | 101000 |
Color Harmonies of #523D91
Complementary color
Monochromatic Colors of #523D91
Black with #523D91
Text Example
Text Example
White with #523D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D91; }
p { color: rgb(82,61,145); }
H1.HeaderClassName
{
color: #523D91;
}
.AnyTagClassName
{
color: #523D91;
}
</style>
background-color css
<style>
a { background-color: #523D91; }
a { background-color: rgb(82,61,145); }
div.DivClassName
{
background-color: #523D91;
}
.BgClassName
{
background-color: #523D91;
}
</style>
border-color css
<style>
span { border-color: #523D91; }
span { border-color: rgb(82,61,145); }
td.TdClassName
{
border-color: #523D91;
}
.TagClassName
{
border-color: #523D91;
}
</style>