Shades of Blue Gem #523C93
Tints of Blue Gem #523C93
RGB
CMYK
RGB Variations
Color information
#523C93 (or 0x523C93) is known color: Blue Gem. HEX triplet: 52, 3C and 93. RGB value is (82,60,147). Sum of RGB (Red+Green+Blue) = 82+60+147=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #523C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523C93 is #ADC36C. Grayscale: #4C4C4C. Windows color (decimal): -11387757 or 9649234. OLE color: 9649234.
HSL color Cylindrical-coordinate representation of color #523C93: hue angle of 255.17º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #523C93 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 60 | 147 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.42 |
| HSL | 255.17º | 0.42% | 0.41% | - |
| HSV(B) | 255.17º | 0.59% | 0.58% | - |
| XYZ | 10.36 | 7.13 | 28.43 | - |
| YUV | 76.5 | 167.79 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 147 | 0.44 | 0.59 | 0 | 0.42 | 255.17 | 0.42 | 0.41 |
| Hex | 52 | 3C | 93 | 2C | 3B | 0 | 2A | FF | 2A | 29 |
| Octal | 122 | 74 | 223 | 54 | 73 | 0 | 52 | 377 | 52 | 51 |
| Binary | 1010010 | 111100 | 10010011 | 101100 | 111011 | 0 | 101010 | 11111111 | 101010 | 101001 |
Color Harmonies of #523C93
Complementary color
Monochromatic Colors of #523C93
Black with #523C93
Text Example
Text Example
White with #523C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C93; }
p { color: rgb(82,60,147); }
H1.HeaderClassName
{
color: #523C93;
}
.AnyTagClassName
{
color: #523C93;
}
</style>
background-color css
<style>
a { background-color: #523C93; }
a { background-color: rgb(82,60,147); }
div.DivClassName
{
background-color: #523C93;
}
.BgClassName
{
background-color: #523C93;
}
</style>
border-color css
<style>
span { border-color: #523C93; }
span { border-color: rgb(82,60,147); }
td.TdClassName
{
border-color: #523C93;
}
.TagClassName
{
border-color: #523C93;
}
</style>