Shades of Blue Gem #503CAC
Tints of Blue Gem #503CAC
RGB
CMYK
RGB Variations
Color information
#503CAC (or 0x503CAC) is known color: Blue Gem. HEX triplet: 50, 3C and AC. RGB value is (80,60,172). Sum of RGB (Red+Green+Blue) = 80+60+172=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #503CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503CAC is #AFC353. Grayscale: #4E4E4E. Windows color (decimal): -11518804 or 11287632. OLE color: 11287632.
HSL color Cylindrical-coordinate representation of color #503CAC: hue angle of 250.71º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503CAC is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 60 | 172 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.33 |
| HSL | 250.71º | 0.48% | 0.45% | - |
| HSV(B) | 250.71º | 0.65% | 0.67% | - |
| XYZ | 12.37 | 7.92 | 39.91 | - |
| YUV | 78.75 | 180.63 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 172 | 0.53 | 0.65 | 0 | 0.33 | 250.71 | 0.48 | 0.45 |
| Hex | 50 | 3C | AC | 35 | 41 | 0 | 21 | FB | 30 | 2D |
| Octal | 120 | 74 | 254 | 65 | 101 | 0 | 41 | 373 | 60 | 55 |
| Binary | 1010000 | 111100 | 10101100 | 110101 | 1000001 | 0 | 100001 | 11111011 | 110000 | 101101 |
Color Harmonies of #503CAC
Complementary color
Monochromatic Colors of #503CAC
Black with #503CAC
Text Example
Text Example
White with #503CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503CAC; }
p { color: rgb(80,60,172); }
H1.HeaderClassName
{
color: #503CAC;
}
.AnyTagClassName
{
color: #503CAC;
}
</style>
background-color css
<style>
a { background-color: #503CAC; }
a { background-color: rgb(80,60,172); }
div.DivClassName
{
background-color: #503CAC;
}
.BgClassName
{
background-color: #503CAC;
}
</style>
border-color css
<style>
span { border-color: #503CAC; }
span { border-color: rgb(80,60,172); }
td.TdClassName
{
border-color: #503CAC;
}
.TagClassName
{
border-color: #503CAC;
}
</style>