Shades of Blue Gem #5136AB
Tints of Blue Gem #5136AB
RGB
CMYK
RGB Variations
Color information
#5136AB (or 0x5136AB) is known color: Blue Gem. HEX triplet: 51, 36 and AB. RGB value is (81,54,171). Sum of RGB (Red+Green+Blue) = 81+54+171=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 54 (21.48% from 255 or 17.65% 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 #5136AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5136AB is #AEC954. Grayscale: #4A4A4A. Windows color (decimal): -11454805 or 11220561. OLE color: 11220561.
HSL color Cylindrical-coordinate representation of color #5136AB: hue angle of 253.85º degrees, saturation: 0.52, 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 #5136AB is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 54 | 171 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.33 |
| HSL | 253.85º | 0.52% | 0.44% | - |
| HSV(B) | 253.85º | 0.68% | 0.67% | - |
| XYZ | 12.06 | 7.33 | 39.31 | - |
| YUV | 75.41 | 181.95 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 171 | 0.53 | 0.68 | 0 | 0.33 | 253.85 | 0.52 | 0.44 |
| Hex | 51 | 36 | AB | 35 | 44 | 0 | 21 | FE | 34 | 2C |
| Octal | 121 | 66 | 253 | 65 | 104 | 0 | 41 | 376 | 64 | 54 |
| Binary | 1010001 | 110110 | 10101011 | 110101 | 1000100 | 0 | 100001 | 11111110 | 110100 | 101100 |
Color Harmonies of #5136AB
Complementary color
Monochromatic Colors of #5136AB
Black with #5136AB
Text Example
Text Example
White with #5136AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5136AB; }
p { color: rgb(81,54,171); }
H1.HeaderClassName
{
color: #5136AB;
}
.AnyTagClassName
{
color: #5136AB;
}
</style>
background-color css
<style>
a { background-color: #5136AB; }
a { background-color: rgb(81,54,171); }
div.DivClassName
{
background-color: #5136AB;
}
.BgClassName
{
background-color: #5136AB;
}
</style>
border-color css
<style>
span { border-color: #5136AB; }
span { border-color: rgb(81,54,171); }
td.TdClassName
{
border-color: #5136AB;
}
.TagClassName
{
border-color: #5136AB;
}
</style>