Shades of Blue Gem #503198
Tints of Blue Gem #503198
RGB
CMYK
RGB Variations
Color information
#503198 (or 0x503198) is known color: Blue Gem. HEX triplet: 50, 31 and 98. RGB value is (80,49,152). Sum of RGB (Red+Green+Blue) = 80+49+152=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #503198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503198 is #AFCE67. Grayscale: #454545. Windows color (decimal): -11521640 or 9974096. OLE color: 9974096.
HSL color Cylindrical-coordinate representation of color #503198: hue angle of 258.06º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #503198 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 49 | 152 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.40 |
| HSL | 258.06º | 0.51% | 0.39% | - |
| HSV(B) | 258.06º | 0.68% | 0.6% | - |
| XYZ | 10.07 | 6.17 | 30.37 | - |
| YUV | 70.01 | 174.27 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 152 | 0.47 | 0.68 | 0 | 0.40 | 258.06 | 0.51 | 0.39 |
| Hex | 50 | 31 | 98 | 2F | 44 | 0 | 28 | 102 | 33 | 27 |
| Octal | 120 | 61 | 230 | 57 | 104 | 0 | 50 | 402 | 63 | 47 |
| Binary | 1010000 | 110001 | 10011000 | 101111 | 1000100 | 0 | 101000 | 100000010 | 110011 | 100111 |
Color Harmonies of #503198
Complementary color
Monochromatic Colors of #503198
Black with #503198
Text Example
Text Example
White with #503198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503198; }
p { color: rgb(80,49,152); }
H1.HeaderClassName
{
color: #503198;
}
.AnyTagClassName
{
color: #503198;
}
</style>
background-color css
<style>
a { background-color: #503198; }
a { background-color: rgb(80,49,152); }
div.DivClassName
{
background-color: #503198;
}
.BgClassName
{
background-color: #503198;
}
</style>
border-color css
<style>
span { border-color: #503198; }
span { border-color: rgb(80,49,152); }
td.TdClassName
{
border-color: #503198;
}
.TagClassName
{
border-color: #503198;
}
</style>