Shades of Blue Gem #503494
Tints of Blue Gem #503494
RGB
CMYK
RGB Variations
Color information
#503494 (or 0x503494) is known color: Blue Gem. HEX triplet: 50, 34 and 94. RGB value is (80,52,148). Sum of RGB (Red+Green+Blue) = 80+52+148=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #503494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503494 is #AFCB6B. Grayscale: #464646. Windows color (decimal): -11520876 or 9712720. OLE color: 9712720.
HSL color Cylindrical-coordinate representation of color #503494: hue angle of 257.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503494 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 52 | 148 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.42 |
| HSL | 257.5º | 0.48% | 0.39% | - |
| HSV(B) | 257.5º | 0.65% | 0.58% | - |
| XYZ | 9.88 | 6.3 | 28.71 | - |
| YUV | 71.32 | 171.28 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 148 | 0.46 | 0.65 | 0 | 0.42 | 257.5 | 0.48 | 0.39 |
| Hex | 50 | 34 | 94 | 2E | 41 | 0 | 2A | 102 | 30 | 27 |
| Octal | 120 | 64 | 224 | 56 | 101 | 0 | 52 | 402 | 60 | 47 |
| Binary | 1010000 | 110100 | 10010100 | 101110 | 1000001 | 0 | 101010 | 100000010 | 110000 | 100111 |
Color Harmonies of #503494
Complementary color
Monochromatic Colors of #503494
Black with #503494
Text Example
Text Example
White with #503494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503494; }
p { color: rgb(80,52,148); }
H1.HeaderClassName
{
color: #503494;
}
.AnyTagClassName
{
color: #503494;
}
</style>
background-color css
<style>
a { background-color: #503494; }
a { background-color: rgb(80,52,148); }
div.DivClassName
{
background-color: #503494;
}
.BgClassName
{
background-color: #503494;
}
</style>
border-color css
<style>
span { border-color: #503494; }
span { border-color: rgb(80,52,148); }
td.TdClassName
{
border-color: #503494;
}
.TagClassName
{
border-color: #503494;
}
</style>