Shades of Blue Gem #503AAF
Tints of Blue Gem #503AAF
RGB
CMYK
RGB Variations
Color information
#503AAF (or 0x503AAF) is known color: Blue Gem. HEX triplet: 50, 3A and AF. RGB value is (80,58,175). Sum of RGB (Red+Green+Blue) = 80+58+175=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #503AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503AAF is #AFC550. Grayscale: #4D4D4D. Windows color (decimal): -11519313 or 11483728. OLE color: 11483728.
HSL color Cylindrical-coordinate representation of color #503AAF: hue angle of 251.28º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503AAF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 58 | 175 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.31 |
| HSL | 251.28º | 0.5% | 0.46% | - |
| HSV(B) | 251.28º | 0.67% | 0.69% | - |
| XYZ | 12.56 | 7.83 | 41.41 | - |
| YUV | 77.92 | 182.79 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 175 | 0.54 | 0.67 | 0 | 0.31 | 251.28 | 0.5 | 0.46 |
| Hex | 50 | 3A | AF | 36 | 43 | 0 | 1F | FB | 32 | 2E |
| Octal | 120 | 72 | 257 | 66 | 103 | 0 | 37 | 373 | 62 | 56 |
| Binary | 1010000 | 111010 | 10101111 | 110110 | 1000011 | 0 | 11111 | 11111011 | 110010 | 101110 |
Color Harmonies of #503AAF
Complementary color
Monochromatic Colors of #503AAF
Black with #503AAF
Text Example
Text Example
White with #503AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503AAF; }
p { color: rgb(80,58,175); }
H1.HeaderClassName
{
color: #503AAF;
}
.AnyTagClassName
{
color: #503AAF;
}
</style>
background-color css
<style>
a { background-color: #503AAF; }
a { background-color: rgb(80,58,175); }
div.DivClassName
{
background-color: #503AAF;
}
.BgClassName
{
background-color: #503AAF;
}
</style>
border-color css
<style>
span { border-color: #503AAF; }
span { border-color: rgb(80,58,175); }
td.TdClassName
{
border-color: #503AAF;
}
.TagClassName
{
border-color: #503AAF;
}
</style>