Shades of Blue Gem #523999
Tints of Blue Gem #523999
RGB
CMYK
RGB Variations
Color information
#523999 (or 0x523999) is known color: Blue Gem. HEX triplet: 52, 39 and 99. RGB value is (82,57,153). Sum of RGB (Red+Green+Blue) = 82+57+153=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #523999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523999 is #ADC666. Grayscale: #4B4B4B. Windows color (decimal): -11388519 or 10041682. OLE color: 10041682.
HSL color Cylindrical-coordinate representation of color #523999: hue angle of 255.62º 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 #523999 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 57 | 153 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.4 |
| HSL | 255.63º | 0.46% | 0.41% | - |
| HSV(B) | 255.63º | 0.63% | 0.6% | - |
| XYZ | 10.69 | 7.02 | 30.93 | - |
| YUV | 75.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 153 | 0.46 | 0.63 | 0 | 0.4 | 255.63 | 0.46 | 0.41 |
| Hex | 52 | 39 | 99 | 2E | 3F | 0 | 28 | 100 | 2E | 29 |
| Octal | 122 | 71 | 231 | 56 | 77 | 0 | 50 | 400 | 56 | 51 |
| Binary | 1010010 | 111001 | 10011001 | 101110 | 111111 | 0 | 101000 | 100000000 | 101110 | 101001 |
Color Harmonies of #523999
Complementary color
Monochromatic Colors of #523999
Black with #523999
Text Example
Text Example
White with #523999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523999; }
p { color: rgb(82,57,153); }
H1.HeaderClassName
{
color: #523999;
}
.AnyTagClassName
{
color: #523999;
}
</style>
background-color css
<style>
a { background-color: #523999; }
a { background-color: rgb(82,57,153); }
div.DivClassName
{
background-color: #523999;
}
.BgClassName
{
background-color: #523999;
}
</style>
border-color css
<style>
span { border-color: #523999; }
span { border-color: rgb(82,57,153); }
td.TdClassName
{
border-color: #523999;
}
.TagClassName
{
border-color: #523999;
}
</style>