Shades of Blue Gem #503896
Tints of Blue Gem #503896
RGB
CMYK
RGB Variations
Color information
#503896 (or 0x503896) is known color: Blue Gem. HEX triplet: 50, 38 and 96. RGB value is (80,56,150). Sum of RGB (Red+Green+Blue) = 80+56+150=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #503896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503896 is #AFC769. Grayscale: #494949. Windows color (decimal): -11519850 or 9844816. OLE color: 9844816.
HSL color Cylindrical-coordinate representation of color #503896: hue angle of 255.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #503896 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 56 | 150 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.41 |
| HSL | 255.32º | 0.46% | 0.4% | - |
| HSV(B) | 255.32º | 0.63% | 0.59% | - |
| XYZ | 10.23 | 6.74 | 29.62 | - |
| YUV | 73.89 | 170.95 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 150 | 0.47 | 0.63 | 0 | 0.41 | 255.32 | 0.46 | 0.4 |
| Hex | 50 | 38 | 96 | 2F | 3F | 0 | 29 | FF | 2E | 28 |
| Octal | 120 | 70 | 226 | 57 | 77 | 0 | 51 | 377 | 56 | 50 |
| Binary | 1010000 | 111000 | 10010110 | 101111 | 111111 | 0 | 101001 | 11111111 | 101110 | 101000 |
Color Harmonies of #503896
Complementary color
Monochromatic Colors of #503896
Black with #503896
Text Example
Text Example
White with #503896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503896; }
p { color: rgb(80,56,150); }
H1.HeaderClassName
{
color: #503896;
}
.AnyTagClassName
{
color: #503896;
}
</style>
background-color css
<style>
a { background-color: #503896; }
a { background-color: rgb(80,56,150); }
div.DivClassName
{
background-color: #503896;
}
.BgClassName
{
background-color: #503896;
}
</style>
border-color css
<style>
span { border-color: #503896; }
span { border-color: rgb(80,56,150); }
td.TdClassName
{
border-color: #503896;
}
.TagClassName
{
border-color: #503896;
}
</style>