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