Shades of Blue Gem #5140AA
Tints of Blue Gem #5140AA
RGB
CMYK
RGB Variations
Color information
#5140AA (or 0x5140AA) is known color: Blue Gem. HEX triplet: 51, 40 and AA. RGB value is (81,64,170). Sum of RGB (Red+Green+Blue) = 81+64+170=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #5140AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5140AA is #AEBF55. Grayscale: #505050. Windows color (decimal): -11452246 or 11157585. OLE color: 11157585.
HSL color Cylindrical-coordinate representation of color #5140AA: hue angle of 249.62º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5140AA is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 64 | 170 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.33 |
| HSL | 249.62º | 0.45% | 0.46% | - |
| HSV(B) | 249.62º | 0.62% | 0.67% | - |
| XYZ | 12.48 | 8.32 | 38.98 | - |
| YUV | 81.17 | 178.13 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 170 | 0.52 | 0.62 | 0 | 0.33 | 249.62 | 0.45 | 0.46 |
| Hex | 51 | 40 | AA | 34 | 3E | 0 | 21 | FA | 2D | 2E |
| Octal | 121 | 100 | 252 | 64 | 76 | 0 | 41 | 372 | 55 | 56 |
| Binary | 1010001 | 1000000 | 10101010 | 110100 | 111110 | 0 | 100001 | 11111010 | 101101 | 101110 |
Color Harmonies of #5140AA
Complementary color
Monochromatic Colors of #5140AA
Black with #5140AA
Text Example
Text Example
White with #5140AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5140AA; }
p { color: rgb(81,64,170); }
H1.HeaderClassName
{
color: #5140AA;
}
.AnyTagClassName
{
color: #5140AA;
}
</style>
background-color css
<style>
a { background-color: #5140AA; }
a { background-color: rgb(81,64,170); }
div.DivClassName
{
background-color: #5140AA;
}
.BgClassName
{
background-color: #5140AA;
}
</style>
border-color css
<style>
span { border-color: #5140AA; }
span { border-color: rgb(81,64,170); }
td.TdClassName
{
border-color: #5140AA;
}
.TagClassName
{
border-color: #5140AA;
}
</style>