Shades of Blue Gem #5132A2
Tints of Blue Gem #5132A2
RGB
CMYK
RGB Variations
Color information
#5132A2 (or 0x5132A2) is known color: Blue Gem. HEX triplet: 51, 32 and A2. RGB value is (81,50,162). Sum of RGB (Red+Green+Blue) = 81+50+162=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #5132A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5132A2 is #AECD5D. Grayscale: #474747. Windows color (decimal): -11455838 or 10629713. OLE color: 10629713.
HSL color Cylindrical-coordinate representation of color #5132A2: hue angle of 256.61º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5132A2 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 50 | 162 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.36 |
| HSL | 256.61º | 0.53% | 0.42% | - |
| HSV(B) | 256.61º | 0.69% | 0.64% | - |
| XYZ | 11.06 | 6.64 | 34.88 | - |
| YUV | 72.04 | 178.77 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 162 | 0.50 | 0.69 | 0 | 0.36 | 256.61 | 0.53 | 0.42 |
| Hex | 51 | 32 | A2 | 32 | 45 | 0 | 24 | 101 | 35 | 2A |
| Octal | 121 | 62 | 242 | 62 | 105 | 0 | 44 | 401 | 65 | 52 |
| Binary | 1010001 | 110010 | 10100010 | 110010 | 1000101 | 0 | 100100 | 100000001 | 110101 | 101010 |
Color Harmonies of #5132A2
Complementary color
Monochromatic Colors of #5132A2
Black with #5132A2
Text Example
Text Example
White with #5132A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5132A2; }
p { color: rgb(81,50,162); }
H1.HeaderClassName
{
color: #5132A2;
}
.AnyTagClassName
{
color: #5132A2;
}
</style>
background-color css
<style>
a { background-color: #5132A2; }
a { background-color: rgb(81,50,162); }
div.DivClassName
{
background-color: #5132A2;
}
.BgClassName
{
background-color: #5132A2;
}
</style>
border-color css
<style>
span { border-color: #5132A2; }
span { border-color: rgb(81,50,162); }
td.TdClassName
{
border-color: #5132A2;
}
.TagClassName
{
border-color: #5132A2;
}
</style>