Shades of Blue Gem #5139AD
Tints of Blue Gem #5139AD
RGB
CMYK
RGB Variations
Color information
#5139AD (or 0x5139AD) is known color: Blue Gem. HEX triplet: 51, 39 and AD. RGB value is (81,57,173). Sum of RGB (Red+Green+Blue) = 81+57+173=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #5139AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5139AD is #AEC652. Grayscale: #4C4C4C. Windows color (decimal): -11454035 or 11352401. OLE color: 11352401.
HSL color Cylindrical-coordinate representation of color #5139AD: hue angle of 252.41º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5139AD is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 57 | 173 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.32 |
| HSL | 252.41º | 0.5% | 0.45% | - |
| HSV(B) | 252.41º | 0.67% | 0.68% | - |
| XYZ | 12.4 | 7.69 | 40.37 | - |
| YUV | 77.4 | 181.95 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 173 | 0.53 | 0.67 | 0 | 0.32 | 252.41 | 0.5 | 0.45 |
| Hex | 51 | 39 | AD | 35 | 43 | 0 | 20 | FC | 32 | 2D |
| Octal | 121 | 71 | 255 | 65 | 103 | 0 | 40 | 374 | 62 | 55 |
| Binary | 1010001 | 111001 | 10101101 | 110101 | 1000011 | 0 | 100000 | 11111100 | 110010 | 101101 |
Color Harmonies of #5139AD
Complementary color
Monochromatic Colors of #5139AD
Black with #5139AD
Text Example
Text Example
White with #5139AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5139AD; }
p { color: rgb(81,57,173); }
H1.HeaderClassName
{
color: #5139AD;
}
.AnyTagClassName
{
color: #5139AD;
}
</style>
background-color css
<style>
a { background-color: #5139AD; }
a { background-color: rgb(81,57,173); }
div.DivClassName
{
background-color: #5139AD;
}
.BgClassName
{
background-color: #5139AD;
}
</style>
border-color css
<style>
span { border-color: #5139AD; }
span { border-color: rgb(81,57,173); }
td.TdClassName
{
border-color: #5139AD;
}
.TagClassName
{
border-color: #5139AD;
}
</style>