Shades of Blue Gem #503AA8
Tints of Blue Gem #503AA8
RGB
CMYK
RGB Variations
Color information
#503AA8 (or 0x503AA8) is known color: Blue Gem. HEX triplet: 50, 3A and A8. RGB value is (80,58,168). Sum of RGB (Red+Green+Blue) = 80+58+168=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 168 (66.02% from 255 or 54.90% from 306); Max value from RGB is 168 - color contains mainly: blue. Hex color #503AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503AA8 is #AFC557. Grayscale: #4C4C4C. Windows color (decimal): -11519320 or 11024976. OLE color: 11024976.
HSL color Cylindrical-coordinate representation of color #503AA8: hue angle of 252º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503AA8 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 58 | 168 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.34 |
| HSL | 252º | 0.49% | 0.44% | - |
| HSV(B) | 252º | 0.65% | 0.66% | - |
| XYZ | 11.89 | 7.56 | 37.88 | - |
| YUV | 77.12 | 179.29 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 168 | 0.52 | 0.65 | 0 | 0.34 | 252 | 0.49 | 0.44 |
| Hex | 50 | 3A | A8 | 34 | 41 | 0 | 22 | FC | 31 | 2C |
| Octal | 120 | 72 | 250 | 64 | 101 | 0 | 42 | 374 | 61 | 54 |
| Binary | 1010000 | 111010 | 10101000 | 110100 | 1000001 | 0 | 100010 | 11111100 | 110001 | 101100 |
Color Harmonies of #503AA8
Complementary color
Monochromatic Colors of #503AA8
Black with #503AA8
Text Example
Text Example
White with #503AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503AA8; }
p { color: rgb(80,58,168); }
H1.HeaderClassName
{
color: #503AA8;
}
.AnyTagClassName
{
color: #503AA8;
}
</style>
background-color css
<style>
a { background-color: #503AA8; }
a { background-color: rgb(80,58,168); }
div.DivClassName
{
background-color: #503AA8;
}
.BgClassName
{
background-color: #503AA8;
}
</style>
border-color css
<style>
span { border-color: #503AA8; }
span { border-color: rgb(80,58,168); }
td.TdClassName
{
border-color: #503AA8;
}
.TagClassName
{
border-color: #503AA8;
}
</style>