Shades of Blue Gem #503891
Tints of Blue Gem #503891
RGB
CMYK
RGB Variations
Color information
#503891 (or 0x503891) is known color: Blue Gem. HEX triplet: 50, 38 and 91. RGB value is (80,56,145). Sum of RGB (Red+Green+Blue) = 80+56+145=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #503891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503891 is #AFC76E. Grayscale: #484848. Windows color (decimal): -11519855 or 9517136. OLE color: 9517136.
HSL color Cylindrical-coordinate representation of color #503891: hue angle of 256.18º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #503891 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 56 | 145 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.43 |
| HSL | 256.18º | 0.44% | 0.39% | - |
| HSV(B) | 256.18º | 0.61% | 0.57% | - |
| XYZ | 9.83 | 6.58 | 27.54 | - |
| YUV | 73.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 145 | 0.45 | 0.61 | 0 | 0.43 | 256.18 | 0.44 | 0.39 |
| Hex | 50 | 38 | 91 | 2D | 3D | 0 | 2B | 100 | 2C | 27 |
| Octal | 120 | 70 | 221 | 55 | 75 | 0 | 53 | 400 | 54 | 47 |
| Binary | 1010000 | 111000 | 10010001 | 101101 | 111101 | 0 | 101011 | 100000000 | 101100 | 100111 |
Color Harmonies of #503891
Complementary color
Monochromatic Colors of #503891
Black with #503891
Text Example
Text Example
White with #503891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503891; }
p { color: rgb(80,56,145); }
H1.HeaderClassName
{
color: #503891;
}
.AnyTagClassName
{
color: #503891;
}
</style>
background-color css
<style>
a { background-color: #503891; }
a { background-color: rgb(80,56,145); }
div.DivClassName
{
background-color: #503891;
}
.BgClassName
{
background-color: #503891;
}
</style>
border-color css
<style>
span { border-color: #503891; }
span { border-color: rgb(80,56,145); }
td.TdClassName
{
border-color: #503891;
}
.TagClassName
{
border-color: #503891;
}
</style>