Shades of Blue Gem #503D8E
Tints of Blue Gem #503D8E
RGB
CMYK
RGB Variations
Color information
#503D8E (or 0x503D8E) is known color: Blue Gem. HEX triplet: 50, 3D and 8E. RGB value is (80,61,142). Sum of RGB (Red+Green+Blue) = 80+61+142=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #503D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503D8E is #AFC271. Grayscale: #4B4B4B. Windows color (decimal): -11518578 or 9321808. OLE color: 9321808.
HSL color Cylindrical-coordinate representation of color #503D8E: hue angle of 254.07º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #503D8E is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 61 | 142 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.44 |
| HSL | 254.07º | 0.4% | 0.4% | - |
| HSV(B) | 254.07º | 0.57% | 0.56% | - |
| XYZ | 9.86 | 7 | 26.42 | - |
| YUV | 75.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 142 | 0.44 | 0.57 | 0 | 0.44 | 254.07 | 0.4 | 0.4 |
| Hex | 50 | 3D | 8E | 2C | 39 | 0 | 2C | FE | 28 | 28 |
| Octal | 120 | 75 | 216 | 54 | 71 | 0 | 54 | 376 | 50 | 50 |
| Binary | 1010000 | 111101 | 10001110 | 101100 | 111001 | 0 | 101100 | 11111110 | 101000 | 101000 |
Color Harmonies of #503D8E
Complementary color
Monochromatic Colors of #503D8E
Black with #503D8E
Text Example
Text Example
White with #503D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D8E; }
p { color: rgb(80,61,142); }
H1.HeaderClassName
{
color: #503D8E;
}
.AnyTagClassName
{
color: #503D8E;
}
</style>
background-color css
<style>
a { background-color: #503D8E; }
a { background-color: rgb(80,61,142); }
div.DivClassName
{
background-color: #503D8E;
}
.BgClassName
{
background-color: #503D8E;
}
</style>
border-color css
<style>
span { border-color: #503D8E; }
span { border-color: rgb(80,61,142); }
td.TdClassName
{
border-color: #503D8E;
}
.TagClassName
{
border-color: #503D8E;
}
</style>