Shades of Blue Gem #503CAB
Tints of Blue Gem #503CAB
RGB
CMYK
RGB Variations
Color information
#503CAB (or 0x503CAB) is known color: Blue Gem. HEX triplet: 50, 3C and AB. RGB value is (80,60,171). Sum of RGB (Red+Green+Blue) = 80+60+171=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #503CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503CAB is #AFC354. Grayscale: #4E4E4E. Windows color (decimal): -11518805 or 11222096. OLE color: 11222096.
HSL color Cylindrical-coordinate representation of color #503CAB: hue angle of 250.81º 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 #503CAB is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 60 | 171 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.33 |
| HSL | 250.81º | 0.48% | 0.45% | - |
| HSV(B) | 250.81º | 0.65% | 0.67% | - |
| XYZ | 12.27 | 7.88 | 39.4 | - |
| YUV | 78.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 171 | 0.53 | 0.65 | 0 | 0.33 | 250.81 | 0.48 | 0.45 |
| Hex | 50 | 3C | AB | 35 | 41 | 0 | 21 | FB | 30 | 2D |
| Octal | 120 | 74 | 253 | 65 | 101 | 0 | 41 | 373 | 60 | 55 |
| Binary | 1010000 | 111100 | 10101011 | 110101 | 1000001 | 0 | 100001 | 11111011 | 110000 | 101101 |
Color Harmonies of #503CAB
Complementary color
Monochromatic Colors of #503CAB
Black with #503CAB
Text Example
Text Example
White with #503CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503CAB; }
p { color: rgb(80,60,171); }
H1.HeaderClassName
{
color: #503CAB;
}
.AnyTagClassName
{
color: #503CAB;
}
</style>
background-color css
<style>
a { background-color: #503CAB; }
a { background-color: rgb(80,60,171); }
div.DivClassName
{
background-color: #503CAB;
}
.BgClassName
{
background-color: #503CAB;
}
</style>
border-color css
<style>
span { border-color: #503CAB; }
span { border-color: rgb(80,60,171); }
td.TdClassName
{
border-color: #503CAB;
}
.TagClassName
{
border-color: #503CAB;
}
</style>