Shades of Blue Gem #5131AA
Tints of Blue Gem #5131AA
RGB
CMYK
RGB Variations
Color information
#5131AA (or 0x5131AA) is known color: Blue Gem. HEX triplet: 51, 31 and AA. RGB value is (81,49,170). Sum of RGB (Red+Green+Blue) = 81+49+170=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #5131AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5131AA is #AECE55. Grayscale: #474747. Windows color (decimal): -11456086 or 11153745. OLE color: 11153745.
HSL color Cylindrical-coordinate representation of color #5131AA: hue angle of 255.87º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5131AA is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 49 | 170 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.33 |
| HSL | 255.87º | 0.55% | 0.43% | - |
| HSV(B) | 255.87º | 0.71% | 0.67% | - |
| XYZ | 11.75 | 6.85 | 38.73 | - |
| YUV | 72.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 170 | 0.52 | 0.71 | 0 | 0.33 | 255.87 | 0.55 | 0.43 |
| Hex | 51 | 31 | AA | 34 | 47 | 0 | 21 | 100 | 37 | 2B |
| Octal | 121 | 61 | 252 | 64 | 107 | 0 | 41 | 400 | 67 | 53 |
| Binary | 1010001 | 110001 | 10101010 | 110100 | 1000111 | 0 | 100001 | 100000000 | 110111 | 101011 |
Color Harmonies of #5131AA
Complementary color
Monochromatic Colors of #5131AA
Black with #5131AA
Text Example
Text Example
White with #5131AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5131AA; }
p { color: rgb(81,49,170); }
H1.HeaderClassName
{
color: #5131AA;
}
.AnyTagClassName
{
color: #5131AA;
}
</style>
background-color css
<style>
a { background-color: #5131AA; }
a { background-color: rgb(81,49,170); }
div.DivClassName
{
background-color: #5131AA;
}
.BgClassName
{
background-color: #5131AA;
}
</style>
border-color css
<style>
span { border-color: #5131AA; }
span { border-color: rgb(81,49,170); }
td.TdClassName
{
border-color: #5131AA;
}
.TagClassName
{
border-color: #5131AA;
}
</style>