Shades of Blue Gem #5139AC
Tints of Blue Gem #5139AC
RGB
CMYK
RGB Variations
Color information
#5139AC (or 0x5139AC) is known color: Blue Gem. HEX triplet: 51, 39 and AC. RGB value is (81,57,172). Sum of RGB (Red+Green+Blue) = 81+57+172=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #5139AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5139AC is #AEC653. Grayscale: #4C4C4C. Windows color (decimal): -11454036 or 11286865. OLE color: 11286865.
HSL color Cylindrical-coordinate representation of color #5139AC: hue angle of 252.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5139AC is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 57 | 172 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.33 |
| HSL | 252.52º | 0.5% | 0.45% | - |
| HSV(B) | 252.52º | 0.67% | 0.67% | - |
| XYZ | 12.3 | 7.65 | 39.86 | - |
| YUV | 77.29 | 181.45 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 172 | 0.53 | 0.67 | 0 | 0.33 | 252.52 | 0.5 | 0.45 |
| Hex | 51 | 39 | AC | 35 | 43 | 0 | 21 | FD | 32 | 2D |
| Octal | 121 | 71 | 254 | 65 | 103 | 0 | 41 | 375 | 62 | 55 |
| Binary | 1010001 | 111001 | 10101100 | 110101 | 1000011 | 0 | 100001 | 11111101 | 110010 | 101101 |
Color Harmonies of #5139AC
Complementary color
Monochromatic Colors of #5139AC
Black with #5139AC
Text Example
Text Example
White with #5139AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5139AC; }
p { color: rgb(81,57,172); }
H1.HeaderClassName
{
color: #5139AC;
}
.AnyTagClassName
{
color: #5139AC;
}
</style>
background-color css
<style>
a { background-color: #5139AC; }
a { background-color: rgb(81,57,172); }
div.DivClassName
{
background-color: #5139AC;
}
.BgClassName
{
background-color: #5139AC;
}
</style>
border-color css
<style>
span { border-color: #5139AC; }
span { border-color: rgb(81,57,172); }
td.TdClassName
{
border-color: #5139AC;
}
.TagClassName
{
border-color: #5139AC;
}
</style>