Shades of Blue Gem #523BA6
Tints of Blue Gem #523BA6
RGB
CMYK
RGB Variations
Color information
#523BA6 (or 0x523BA6) is known color: Blue Gem. HEX triplet: 52, 3B and A6. RGB value is (82,59,166). Sum of RGB (Red+Green+Blue) = 82+59+166=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 166 (65.23% from 255 or 54.07% from 307); Max value from RGB is 166 - color contains mainly: blue. Hex color #523BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523BA6 is #ADC459. Grayscale: #4D4D4D. Windows color (decimal): -11387994 or 10894162. OLE color: 10894162.
HSL color Cylindrical-coordinate representation of color #523BA6: hue angle of 252.9º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #523BA6 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 59 | 166 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.35 |
| HSL | 252.9º | 0.48% | 0.44% | - |
| HSV(B) | 252.9º | 0.64% | 0.65% | - |
| XYZ | 11.93 | 7.67 | 36.93 | - |
| YUV | 78.08 | 177.62 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 166 | 0.51 | 0.64 | 0 | 0.35 | 252.9 | 0.48 | 0.44 |
| Hex | 52 | 3B | A6 | 33 | 40 | 0 | 23 | FD | 30 | 2C |
| Octal | 122 | 73 | 246 | 63 | 100 | 0 | 43 | 375 | 60 | 54 |
| Binary | 1010010 | 111011 | 10100110 | 110011 | 1000000 | 0 | 100011 | 11111101 | 110000 | 101100 |
Color Harmonies of #523BA6
Complementary color
Monochromatic Colors of #523BA6
Black with #523BA6
Text Example
Text Example
White with #523BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523BA6; }
p { color: rgb(82,59,166); }
H1.HeaderClassName
{
color: #523BA6;
}
.AnyTagClassName
{
color: #523BA6;
}
</style>
background-color css
<style>
a { background-color: #523BA6; }
a { background-color: rgb(82,59,166); }
div.DivClassName
{
background-color: #523BA6;
}
.BgClassName
{
background-color: #523BA6;
}
</style>
border-color css
<style>
span { border-color: #523BA6; }
span { border-color: rgb(82,59,166); }
td.TdClassName
{
border-color: #523BA6;
}
.TagClassName
{
border-color: #523BA6;
}
</style>