Shades of Blue Gem #504191
Tints of Blue Gem #504191
RGB
CMYK
RGB Variations
Color information
#504191 (or 0x504191) is known color: Blue Gem. HEX triplet: 50, 41 and 91. RGB value is (80,65,145). Sum of RGB (Red+Green+Blue) = 80+65+145=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #504191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504191 is #AFBE6E. Grayscale: #4E4E4E. Windows color (decimal): -11517551 or 9519440. OLE color: 9519440.
HSL color Cylindrical-coordinate representation of color #504191: hue angle of 251.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #504191 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 65 | 145 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.43 |
| HSL | 251.25º | 0.38% | 0.41% | - |
| HSV(B) | 251.25º | 0.55% | 0.57% | - |
| XYZ | 10.31 | 7.53 | 27.7 | - |
| YUV | 78.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 145 | 0.45 | 0.55 | 0 | 0.43 | 251.25 | 0.38 | 0.41 |
| Hex | 50 | 41 | 91 | 2D | 37 | 0 | 2B | FB | 26 | 29 |
| Octal | 120 | 101 | 221 | 55 | 67 | 0 | 53 | 373 | 46 | 51 |
| Binary | 1010000 | 1000001 | 10010001 | 101101 | 110111 | 0 | 101011 | 11111011 | 100110 | 101001 |
Color Harmonies of #504191
Complementary color
Monochromatic Colors of #504191
Black with #504191
Text Example
Text Example
White with #504191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504191; }
p { color: rgb(80,65,145); }
H1.HeaderClassName
{
color: #504191;
}
.AnyTagClassName
{
color: #504191;
}
</style>
background-color css
<style>
a { background-color: #504191; }
a { background-color: rgb(80,65,145); }
div.DivClassName
{
background-color: #504191;
}
.BgClassName
{
background-color: #504191;
}
</style>
border-color css
<style>
span { border-color: #504191; }
span { border-color: rgb(80,65,145); }
td.TdClassName
{
border-color: #504191;
}
.TagClassName
{
border-color: #504191;
}
</style>