Shades of Blue Gem #503191
Tints of Blue Gem #503191
RGB
CMYK
RGB Variations
Color information
#503191 (or 0x503191) is known color: Blue Gem. HEX triplet: 50, 31 and 91. RGB value is (80,49,145). Sum of RGB (Red+Green+Blue) = 80+49+145=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #503191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503191 is #AFCE6E. Grayscale: #444444. Windows color (decimal): -11521647 or 9515344. OLE color: 9515344.
HSL color Cylindrical-coordinate representation of color #503191: hue angle of 259.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503191 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 49 | 145 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.43 |
| HSL | 259.38º | 0.49% | 0.38% | - |
| HSV(B) | 259.38º | 0.66% | 0.57% | - |
| XYZ | 9.52 | 5.95 | 27.43 | - |
| YUV | 69.21 | 170.77 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 145 | 0.45 | 0.66 | 0 | 0.43 | 259.38 | 0.49 | 0.38 |
| Hex | 50 | 31 | 91 | 2D | 42 | 0 | 2B | 103 | 31 | 26 |
| Octal | 120 | 61 | 221 | 55 | 102 | 0 | 53 | 403 | 61 | 46 |
| Binary | 1010000 | 110001 | 10010001 | 101101 | 1000010 | 0 | 101011 | 100000011 | 110001 | 100110 |
Color Harmonies of #503191
Complementary color
Monochromatic Colors of #503191
Black with #503191
Text Example
Text Example
White with #503191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503191; }
p { color: rgb(80,49,145); }
H1.HeaderClassName
{
color: #503191;
}
.AnyTagClassName
{
color: #503191;
}
</style>
background-color css
<style>
a { background-color: #503191; }
a { background-color: rgb(80,49,145); }
div.DivClassName
{
background-color: #503191;
}
.BgClassName
{
background-color: #503191;
}
</style>
border-color css
<style>
span { border-color: #503191; }
span { border-color: rgb(80,49,145); }
td.TdClassName
{
border-color: #503191;
}
.TagClassName
{
border-color: #503191;
}
</style>