Shades of Blue Gem #523993
Tints of Blue Gem #523993
RGB
CMYK
RGB Variations
Color information
#523993 (or 0x523993) is known color: Blue Gem. HEX triplet: 52, 39 and 93. RGB value is (82,57,147). Sum of RGB (Red+Green+Blue) = 82+57+147=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #523993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523993 is #ADC66C. Grayscale: #4A4A4A. Windows color (decimal): -11388525 or 9648466. OLE color: 9648466.
HSL color Cylindrical-coordinate representation of color #523993: hue angle of 256.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #523993 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 57 | 147 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.42 |
| HSL | 256.67º | 0.44% | 0.4% | - |
| HSV(B) | 256.67º | 0.61% | 0.58% | - |
| XYZ | 10.21 | 6.83 | 28.38 | - |
| YUV | 74.74 | 168.78 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 147 | 0.44 | 0.61 | 0 | 0.42 | 256.67 | 0.44 | 0.4 |
| Hex | 52 | 39 | 93 | 2C | 3D | 0 | 2A | 101 | 2C | 28 |
| Octal | 122 | 71 | 223 | 54 | 75 | 0 | 52 | 401 | 54 | 50 |
| Binary | 1010010 | 111001 | 10010011 | 101100 | 111101 | 0 | 101010 | 100000001 | 101100 | 101000 |
Color Harmonies of #523993
Complementary color
Monochromatic Colors of #523993
Black with #523993
Text Example
Text Example
White with #523993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523993; }
p { color: rgb(82,57,147); }
H1.HeaderClassName
{
color: #523993;
}
.AnyTagClassName
{
color: #523993;
}
</style>
background-color css
<style>
a { background-color: #523993; }
a { background-color: rgb(82,57,147); }
div.DivClassName
{
background-color: #523993;
}
.BgClassName
{
background-color: #523993;
}
</style>
border-color css
<style>
span { border-color: #523993; }
span { border-color: rgb(82,57,147); }
td.TdClassName
{
border-color: #523993;
}
.TagClassName
{
border-color: #523993;
}
</style>