Shades of Blue Gem #523899
Tints of Blue Gem #523899
RGB
CMYK
RGB Variations
Color information
#523899 (or 0x523899) is known color: Blue Gem. HEX triplet: 52, 38 and 99. RGB value is (82,56,153). Sum of RGB (Red+Green+Blue) = 82+56+153=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #523899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523899 is #ADC766. Grayscale: #4A4A4A. Windows color (decimal): -11388775 or 10041426. OLE color: 10041426.
HSL color Cylindrical-coordinate representation of color #523899: hue angle of 256.08º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #523899 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 56 | 153 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.4 |
| HSL | 256.08º | 0.46% | 0.41% | - |
| HSV(B) | 256.08º | 0.63% | 0.6% | - |
| XYZ | 10.64 | 6.92 | 30.91 | - |
| YUV | 74.83 | 172.11 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 153 | 0.46 | 0.63 | 0 | 0.4 | 256.08 | 0.46 | 0.41 |
| Hex | 52 | 38 | 99 | 2E | 3F | 0 | 28 | 100 | 2E | 29 |
| Octal | 122 | 70 | 231 | 56 | 77 | 0 | 50 | 400 | 56 | 51 |
| Binary | 1010010 | 111000 | 10011001 | 101110 | 111111 | 0 | 101000 | 100000000 | 101110 | 101001 |
Color Harmonies of #523899
Complementary color
Monochromatic Colors of #523899
Black with #523899
Text Example
Text Example
White with #523899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523899; }
p { color: rgb(82,56,153); }
H1.HeaderClassName
{
color: #523899;
}
.AnyTagClassName
{
color: #523899;
}
</style>
background-color css
<style>
a { background-color: #523899; }
a { background-color: rgb(82,56,153); }
div.DivClassName
{
background-color: #523899;
}
.BgClassName
{
background-color: #523899;
}
</style>
border-color css
<style>
span { border-color: #523899; }
span { border-color: rgb(82,56,153); }
td.TdClassName
{
border-color: #523899;
}
.TagClassName
{
border-color: #523899;
}
</style>