Shades of Blue Gem #503298
Tints of Blue Gem #503298
RGB
CMYK
RGB Variations
Color information
#503298 (or 0x503298) is known color: Blue Gem. HEX triplet: 50, 32 and 98. RGB value is (80,50,152). Sum of RGB (Red+Green+Blue) = 80+50+152=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #503298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503298 is #AFCD67. Grayscale: #464646. Windows color (decimal): -11521384 or 9974352. OLE color: 9974352.
HSL color Cylindrical-coordinate representation of color #503298: hue angle of 257.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503298 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 50 | 152 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.40 |
| HSL | 257.65º | 0.5% | 0.4% | - |
| HSV(B) | 257.65º | 0.67% | 0.6% | - |
| XYZ | 10.12 | 6.25 | 30.38 | - |
| YUV | 70.6 | 173.94 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 152 | 0.47 | 0.67 | 0 | 0.40 | 257.65 | 0.5 | 0.4 |
| Hex | 50 | 32 | 98 | 2F | 43 | 0 | 28 | 102 | 32 | 28 |
| Octal | 120 | 62 | 230 | 57 | 103 | 0 | 50 | 402 | 62 | 50 |
| Binary | 1010000 | 110010 | 10011000 | 101111 | 1000011 | 0 | 101000 | 100000010 | 110010 | 101000 |
Color Harmonies of #503298
Complementary color
Monochromatic Colors of #503298
Black with #503298
Text Example
Text Example
White with #503298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503298; }
p { color: rgb(80,50,152); }
H1.HeaderClassName
{
color: #503298;
}
.AnyTagClassName
{
color: #503298;
}
</style>
background-color css
<style>
a { background-color: #503298; }
a { background-color: rgb(80,50,152); }
div.DivClassName
{
background-color: #503298;
}
.BgClassName
{
background-color: #503298;
}
</style>
border-color css
<style>
span { border-color: #503298; }
span { border-color: rgb(80,50,152); }
td.TdClassName
{
border-color: #503298;
}
.TagClassName
{
border-color: #503298;
}
</style>