Shades of Blue Gem #503AA4
Tints of Blue Gem #503AA4
RGB
CMYK
RGB Variations
Color information
#503AA4 (or 0x503AA4) is known color: Blue Gem. HEX triplet: 50, 3A and A4. RGB value is (80,58,164). Sum of RGB (Red+Green+Blue) = 80+58+164=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 164 (64.45% from 255 or 54.30% from 302); Max value from RGB is 164 - color contains mainly: blue. Hex color #503AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503AA4 is #AFC55B. Grayscale: #4C4C4C. Windows color (decimal): -11519324 or 10762832. OLE color: 10762832.
HSL color Cylindrical-coordinate representation of color #503AA4: hue angle of 252.45º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503AA4 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 58 | 164 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.36 |
| HSL | 252.45º | 0.48% | 0.44% | - |
| HSV(B) | 252.45º | 0.65% | 0.64% | - |
| XYZ | 11.52 | 7.41 | 35.95 | - |
| YUV | 76.66 | 177.29 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 164 | 0.51 | 0.65 | 0 | 0.36 | 252.45 | 0.48 | 0.44 |
| Hex | 50 | 3A | A4 | 33 | 41 | 0 | 24 | FC | 30 | 2C |
| Octal | 120 | 72 | 244 | 63 | 101 | 0 | 44 | 374 | 60 | 54 |
| Binary | 1010000 | 111010 | 10100100 | 110011 | 1000001 | 0 | 100100 | 11111100 | 110000 | 101100 |
Color Harmonies of #503AA4
Complementary color
Monochromatic Colors of #503AA4
Black with #503AA4
Text Example
Text Example
White with #503AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503AA4; }
p { color: rgb(80,58,164); }
H1.HeaderClassName
{
color: #503AA4;
}
.AnyTagClassName
{
color: #503AA4;
}
</style>
background-color css
<style>
a { background-color: #503AA4; }
a { background-color: rgb(80,58,164); }
div.DivClassName
{
background-color: #503AA4;
}
.BgClassName
{
background-color: #503AA4;
}
</style>
border-color css
<style>
span { border-color: #503AA4; }
span { border-color: rgb(80,58,164); }
td.TdClassName
{
border-color: #503AA4;
}
.TagClassName
{
border-color: #503AA4;
}
</style>