Shades of Blue Gem #5037AB
Tints of Blue Gem #5037AB
RGB
CMYK
RGB Variations
Color information
#5037AB (or 0x5037AB) is known color: Blue Gem. HEX triplet: 50, 37 and AB. RGB value is (80,55,171). Sum of RGB (Red+Green+Blue) = 80+55+171=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #5037AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5037AB is #AFC854. Grayscale: #4B4B4B. Windows color (decimal): -11520085 or 11220816. OLE color: 11220816.
HSL color Cylindrical-coordinate representation of color #5037AB: hue angle of 252.93º 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 #5037AB is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 55 | 171 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.33 |
| HSL | 252.93º | 0.51% | 0.44% | - |
| HSV(B) | 252.93º | 0.68% | 0.67% | - |
| XYZ | 12.03 | 7.38 | 39.32 | - |
| YUV | 75.7 | 181.78 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 171 | 0.53 | 0.68 | 0 | 0.33 | 252.93 | 0.51 | 0.44 |
| Hex | 50 | 37 | AB | 35 | 44 | 0 | 21 | FD | 33 | 2C |
| Octal | 120 | 67 | 253 | 65 | 104 | 0 | 41 | 375 | 63 | 54 |
| Binary | 1010000 | 110111 | 10101011 | 110101 | 1000100 | 0 | 100001 | 11111101 | 110011 | 101100 |
Color Harmonies of #5037AB
Complementary color
Monochromatic Colors of #5037AB
Black with #5037AB
Text Example
Text Example
White with #5037AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5037AB; }
p { color: rgb(80,55,171); }
H1.HeaderClassName
{
color: #5037AB;
}
.AnyTagClassName
{
color: #5037AB;
}
</style>
background-color css
<style>
a { background-color: #5037AB; }
a { background-color: rgb(80,55,171); }
div.DivClassName
{
background-color: #5037AB;
}
.BgClassName
{
background-color: #5037AB;
}
</style>
border-color css
<style>
span { border-color: #5037AB; }
span { border-color: rgb(80,55,171); }
td.TdClassName
{
border-color: #5037AB;
}
.TagClassName
{
border-color: #5037AB;
}
</style>