Shades of Blue Gem #523D8E
Tints of Blue Gem #523D8E
RGB
CMYK
RGB Variations
Color information
#523D8E (or 0x523D8E) is known color: Blue Gem. HEX triplet: 52, 3D and 8E. RGB value is (82,61,142). Sum of RGB (Red+Green+Blue) = 82+61+142=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #523D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523D8E is #ADC271. Grayscale: #4C4C4C. Windows color (decimal): -11387506 or 9321810. OLE color: 9321810.
HSL color Cylindrical-coordinate representation of color #523D8E: hue angle of 255.56º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #523D8E is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 61 | 142 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.44 |
| HSL | 255.56º | 0.4% | 0.4% | - |
| HSV(B) | 255.56º | 0.57% | 0.56% | - |
| XYZ | 10.03 | 7.08 | 26.43 | - |
| YUV | 76.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 142 | 0.42 | 0.57 | 0 | 0.44 | 255.56 | 0.4 | 0.4 |
| Hex | 52 | 3D | 8E | 2A | 39 | 0 | 2C | 100 | 28 | 28 |
| Octal | 122 | 75 | 216 | 52 | 71 | 0 | 54 | 400 | 50 | 50 |
| Binary | 1010010 | 111101 | 10001110 | 101010 | 111001 | 0 | 101100 | 100000000 | 101000 | 101000 |
Color Harmonies of #523D8E
Complementary color
Monochromatic Colors of #523D8E
Black with #523D8E
Text Example
Text Example
White with #523D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D8E; }
p { color: rgb(82,61,142); }
H1.HeaderClassName
{
color: #523D8E;
}
.AnyTagClassName
{
color: #523D8E;
}
</style>
background-color css
<style>
a { background-color: #523D8E; }
a { background-color: rgb(82,61,142); }
div.DivClassName
{
background-color: #523D8E;
}
.BgClassName
{
background-color: #523D8E;
}
</style>
border-color css
<style>
span { border-color: #523D8E; }
span { border-color: rgb(82,61,142); }
td.TdClassName
{
border-color: #523D8E;
}
.TagClassName
{
border-color: #523D8E;
}
</style>