Shades of Blue Gem #503894
Tints of Blue Gem #503894
RGB
CMYK
RGB Variations
Color information
#503894 (or 0x503894) is known color: Blue Gem. HEX triplet: 50, 38 and 94. RGB value is (80,56,148). Sum of RGB (Red+Green+Blue) = 80+56+148=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #503894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503894 is #AFC76B. Grayscale: #494949. Windows color (decimal): -11519852 or 9713744. OLE color: 9713744.
HSL color Cylindrical-coordinate representation of color #503894: hue angle of 255.65º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503894 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 56 | 148 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.42 |
| HSL | 255.65º | 0.45% | 0.4% | - |
| HSV(B) | 255.65º | 0.62% | 0.58% | - |
| XYZ | 10.07 | 6.67 | 28.77 | - |
| YUV | 73.66 | 169.95 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 148 | 0.46 | 0.62 | 0 | 0.42 | 255.65 | 0.45 | 0.4 |
| Hex | 50 | 38 | 94 | 2E | 3E | 0 | 2A | 100 | 2D | 28 |
| Octal | 120 | 70 | 224 | 56 | 76 | 0 | 52 | 400 | 55 | 50 |
| Binary | 1010000 | 111000 | 10010100 | 101110 | 111110 | 0 | 101010 | 100000000 | 101101 | 101000 |
Color Harmonies of #503894
Complementary color
Monochromatic Colors of #503894
Black with #503894
Text Example
Text Example
White with #503894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503894; }
p { color: rgb(80,56,148); }
H1.HeaderClassName
{
color: #503894;
}
.AnyTagClassName
{
color: #503894;
}
</style>
background-color css
<style>
a { background-color: #503894; }
a { background-color: rgb(80,56,148); }
div.DivClassName
{
background-color: #503894;
}
.BgClassName
{
background-color: #503894;
}
</style>
border-color css
<style>
span { border-color: #503894; }
span { border-color: rgb(80,56,148); }
td.TdClassName
{
border-color: #503894;
}
.TagClassName
{
border-color: #503894;
}
</style>