Shades of Blue Gem #5237AB
Tints of Blue Gem #5237AB
RGB
CMYK
RGB Variations
Color information
#5237AB (or 0x5237AB) is known color: Blue Gem. HEX triplet: 52, 37 and AB. RGB value is (82,55,171). Sum of RGB (Red+Green+Blue) = 82+55+171=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #5237AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5237AB is #ADC854. Grayscale: #4B4B4B. Windows color (decimal): -11389013 or 11220818. OLE color: 11220818.
HSL color Cylindrical-coordinate representation of color #5237AB: hue angle of 253.97º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5237AB is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 55 | 171 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.33 |
| HSL | 253.97º | 0.51% | 0.44% | - |
| HSV(B) | 253.97º | 0.68% | 0.67% | - |
| XYZ | 12.2 | 7.47 | 39.33 | - |
| YUV | 76.3 | 181.45 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 171 | 0.52 | 0.68 | 0 | 0.33 | 253.97 | 0.51 | 0.44 |
| Hex | 52 | 37 | AB | 34 | 44 | 0 | 21 | FE | 33 | 2C |
| Octal | 122 | 67 | 253 | 64 | 104 | 0 | 41 | 376 | 63 | 54 |
| Binary | 1010010 | 110111 | 10101011 | 110100 | 1000100 | 0 | 100001 | 11111110 | 110011 | 101100 |
Color Harmonies of #5237AB
Complementary color
Monochromatic Colors of #5237AB
Black with #5237AB
Text Example
Text Example
White with #5237AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5237AB; }
p { color: rgb(82,55,171); }
H1.HeaderClassName
{
color: #5237AB;
}
.AnyTagClassName
{
color: #5237AB;
}
</style>
background-color css
<style>
a { background-color: #5237AB; }
a { background-color: rgb(82,55,171); }
div.DivClassName
{
background-color: #5237AB;
}
.BgClassName
{
background-color: #5237AB;
}
</style>
border-color css
<style>
span { border-color: #5237AB; }
span { border-color: rgb(82,55,171); }
td.TdClassName
{
border-color: #5237AB;
}
.TagClassName
{
border-color: #5237AB;
}
</style>