Shades of Blue Gem #523BA7
Tints of Blue Gem #523BA7
RGB
CMYK
RGB Variations
Color information
#523BA7 (or 0x523BA7) is known color: Blue Gem. HEX triplet: 52, 3B and A7. RGB value is (82,59,167). Sum of RGB (Red+Green+Blue) = 82+59+167=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 167 (65.62% from 255 or 54.22% from 308); Max value from RGB is 167 - color contains mainly: blue. Hex color #523BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523BA7 is #ADC458. Grayscale: #4D4D4D. Windows color (decimal): -11387993 or 10959698. OLE color: 10959698.
HSL color Cylindrical-coordinate representation of color #523BA7: hue angle of 252.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #523BA7 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 59 | 167 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.35 |
| HSL | 252.78º | 0.48% | 0.44% | - |
| HSV(B) | 252.78º | 0.65% | 0.65% | - |
| XYZ | 12.02 | 7.71 | 37.41 | - |
| YUV | 78.19 | 178.12 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 167 | 0.51 | 0.65 | 0 | 0.35 | 252.78 | 0.48 | 0.44 |
| Hex | 52 | 3B | A7 | 33 | 41 | 0 | 23 | FD | 30 | 2C |
| Octal | 122 | 73 | 247 | 63 | 101 | 0 | 43 | 375 | 60 | 54 |
| Binary | 1010010 | 111011 | 10100111 | 110011 | 1000001 | 0 | 100011 | 11111101 | 110000 | 101100 |
Color Harmonies of #523BA7
Complementary color
Monochromatic Colors of #523BA7
Black with #523BA7
Text Example
Text Example
White with #523BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523BA7; }
p { color: rgb(82,59,167); }
H1.HeaderClassName
{
color: #523BA7;
}
.AnyTagClassName
{
color: #523BA7;
}
</style>
background-color css
<style>
a { background-color: #523BA7; }
a { background-color: rgb(82,59,167); }
div.DivClassName
{
background-color: #523BA7;
}
.BgClassName
{
background-color: #523BA7;
}
</style>
border-color css
<style>
span { border-color: #523BA7; }
span { border-color: rgb(82,59,167); }
td.TdClassName
{
border-color: #523BA7;
}
.TagClassName
{
border-color: #523BA7;
}
</style>