Shades of Blue Gem #5031A4
Tints of Blue Gem #5031A4
RGB
CMYK
RGB Variations
Color information
#5031A4 (or 0x5031A4) is known color: Blue Gem. HEX triplet: 50, 31 and A4. RGB value is (80,49,164). Sum of RGB (Red+Green+Blue) = 80+49+164=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 164 (64.45% from 255 or 55.97% from 293); Max value from RGB is 164 - color contains mainly: blue. Hex color #5031A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5031A4 is #AFCE5B. Grayscale: #464646. Windows color (decimal): -11521628 or 10760528. OLE color: 10760528.
HSL color Cylindrical-coordinate representation of color #5031A4: hue angle of 256.17º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5031A4 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 49 | 164 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.36 |
| HSL | 256.17º | 0.54% | 0.42% | - |
| HSV(B) | 256.17º | 0.7% | 0.64% | - |
| XYZ | 11.11 | 6.58 | 35.81 | - |
| YUV | 71.38 | 180.27 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 164 | 0.51 | 0.70 | 0 | 0.36 | 256.17 | 0.54 | 0.42 |
| Hex | 50 | 31 | A4 | 33 | 46 | 0 | 24 | 100 | 36 | 2A |
| Octal | 120 | 61 | 244 | 63 | 106 | 0 | 44 | 400 | 66 | 52 |
| Binary | 1010000 | 110001 | 10100100 | 110011 | 1000110 | 0 | 100100 | 100000000 | 110110 | 101010 |
Color Harmonies of #5031A4
Complementary color
Monochromatic Colors of #5031A4
Black with #5031A4
Text Example
Text Example
White with #5031A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5031A4; }
p { color: rgb(80,49,164); }
H1.HeaderClassName
{
color: #5031A4;
}
.AnyTagClassName
{
color: #5031A4;
}
</style>
background-color css
<style>
a { background-color: #5031A4; }
a { background-color: rgb(80,49,164); }
div.DivClassName
{
background-color: #5031A4;
}
.BgClassName
{
background-color: #5031A4;
}
</style>
border-color css
<style>
span { border-color: #5031A4; }
span { border-color: rgb(80,49,164); }
td.TdClassName
{
border-color: #5031A4;
}
.TagClassName
{
border-color: #5031A4;
}
</style>