Shades of Blue Gem #503194
Tints of Blue Gem #503194
RGB
CMYK
RGB Variations
Color information
#503194 (or 0x503194) is known color: Blue Gem. HEX triplet: 50, 31 and 94. RGB value is (80,49,148). Sum of RGB (Red+Green+Blue) = 80+49+148=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #503194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503194 is #AFCE6B. Grayscale: #454545. Windows color (decimal): -11521644 or 9711952. OLE color: 9711952.
HSL color Cylindrical-coordinate representation of color #503194: hue angle of 258.79º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503194 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 49 | 148 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.42 |
| HSL | 258.79º | 0.5% | 0.39% | - |
| HSV(B) | 258.79º | 0.67% | 0.58% | - |
| XYZ | 9.75 | 6.04 | 28.67 | - |
| YUV | 69.56 | 172.27 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 148 | 0.46 | 0.67 | 0 | 0.42 | 258.79 | 0.5 | 0.39 |
| Hex | 50 | 31 | 94 | 2E | 43 | 0 | 2A | 103 | 32 | 27 |
| Octal | 120 | 61 | 224 | 56 | 103 | 0 | 52 | 403 | 62 | 47 |
| Binary | 1010000 | 110001 | 10010100 | 101110 | 1000011 | 0 | 101010 | 100000011 | 110010 | 100111 |
Color Harmonies of #503194
Complementary color
Monochromatic Colors of #503194
Black with #503194
Text Example
Text Example
White with #503194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503194; }
p { color: rgb(80,49,148); }
H1.HeaderClassName
{
color: #503194;
}
.AnyTagClassName
{
color: #503194;
}
</style>
background-color css
<style>
a { background-color: #503194; }
a { background-color: rgb(80,49,148); }
div.DivClassName
{
background-color: #503194;
}
.BgClassName
{
background-color: #503194;
}
</style>
border-color css
<style>
span { border-color: #503194; }
span { border-color: rgb(80,49,148); }
td.TdClassName
{
border-color: #503194;
}
.TagClassName
{
border-color: #503194;
}
</style>