Shades of Blue Gem #503D90
Tints of Blue Gem #503D90
RGB
CMYK
RGB Variations
Color information
#503D90 (or 0x503D90) is known color: Blue Gem. HEX triplet: 50, 3D and 90. RGB value is (80,61,144). Sum of RGB (Red+Green+Blue) = 80+61+144=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #503D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503D90 is #AFC26F. Grayscale: #4B4B4B. Windows color (decimal): -11518576 or 9452880. OLE color: 9452880.
HSL color Cylindrical-coordinate representation of color #503D90: hue angle of 253.73º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #503D90 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 61 | 144 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.44 |
| HSL | 253.73º | 0.4% | 0.4% | - |
| HSV(B) | 253.73º | 0.58% | 0.56% | - |
| XYZ | 10.01 | 7.06 | 27.22 | - |
| YUV | 76.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 144 | 0.44 | 0.58 | 0 | 0.44 | 253.73 | 0.4 | 0.4 |
| Hex | 50 | 3D | 90 | 2C | 3A | 0 | 2C | FE | 28 | 28 |
| Octal | 120 | 75 | 220 | 54 | 72 | 0 | 54 | 376 | 50 | 50 |
| Binary | 1010000 | 111101 | 10010000 | 101100 | 111010 | 0 | 101100 | 11111110 | 101000 | 101000 |
Color Harmonies of #503D90
Complementary color
Monochromatic Colors of #503D90
Black with #503D90
Text Example
Text Example
White with #503D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D90; }
p { color: rgb(80,61,144); }
H1.HeaderClassName
{
color: #503D90;
}
.AnyTagClassName
{
color: #503D90;
}
</style>
background-color css
<style>
a { background-color: #503D90; }
a { background-color: rgb(80,61,144); }
div.DivClassName
{
background-color: #503D90;
}
.BgClassName
{
background-color: #503D90;
}
</style>
border-color css
<style>
span { border-color: #503D90; }
span { border-color: rgb(80,61,144); }
td.TdClassName
{
border-color: #503D90;
}
.TagClassName
{
border-color: #503D90;
}
</style>