Shades of Blue Gem #503196
Tints of Blue Gem #503196
RGB
CMYK
RGB Variations
Color information
#503196 (or 0x503196) is known color: Blue Gem. HEX triplet: 50, 31 and 96. RGB value is (80,49,150). Sum of RGB (Red+Green+Blue) = 80+49+150=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #503196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503196 is #AFCE69. Grayscale: #454545. Windows color (decimal): -11521642 or 9843024. OLE color: 9843024.
HSL color Cylindrical-coordinate representation of color #503196: hue angle of 258.42º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503196 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 49 | 150 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.41 |
| HSL | 258.42º | 0.51% | 0.39% | - |
| HSV(B) | 258.42º | 0.67% | 0.59% | - |
| XYZ | 9.91 | 6.1 | 29.51 | - |
| YUV | 69.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 150 | 0.47 | 0.67 | 0 | 0.41 | 258.42 | 0.51 | 0.39 |
| Hex | 50 | 31 | 96 | 2F | 43 | 0 | 29 | 102 | 33 | 27 |
| Octal | 120 | 61 | 226 | 57 | 103 | 0 | 51 | 402 | 63 | 47 |
| Binary | 1010000 | 110001 | 10010110 | 101111 | 1000011 | 0 | 101001 | 100000010 | 110011 | 100111 |
Color Harmonies of #503196
Complementary color
Monochromatic Colors of #503196
Black with #503196
Text Example
Text Example
White with #503196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503196; }
p { color: rgb(80,49,150); }
H1.HeaderClassName
{
color: #503196;
}
.AnyTagClassName
{
color: #503196;
}
</style>
background-color css
<style>
a { background-color: #503196; }
a { background-color: rgb(80,49,150); }
div.DivClassName
{
background-color: #503196;
}
.BgClassName
{
background-color: #503196;
}
</style>
border-color css
<style>
span { border-color: #503196; }
span { border-color: rgb(80,49,150); }
td.TdClassName
{
border-color: #503196;
}
.TagClassName
{
border-color: #503196;
}
</style>