Shades of Blue Gem #503595
Tints of Blue Gem #503595
RGB
CMYK
RGB Variations
Color information
#503595 (or 0x503595) is known color: Blue Gem. HEX triplet: 50, 35 and 95. RGB value is (80,53,149). Sum of RGB (Red+Green+Blue) = 80+53+149=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #503595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503595 is #AFCA6A. Grayscale: #474747. Windows color (decimal): -11520619 or 9778512. OLE color: 9778512.
HSL color Cylindrical-coordinate representation of color #503595: hue angle of 256.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #503595 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 53 | 149 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.42 |
| HSL | 256.88º | 0.48% | 0.4% | - |
| HSV(B) | 256.88º | 0.64% | 0.58% | - |
| XYZ | 10.01 | 6.42 | 29.15 | - |
| YUV | 72.02 | 171.45 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 149 | 0.46 | 0.64 | 0 | 0.42 | 256.88 | 0.48 | 0.4 |
| Hex | 50 | 35 | 95 | 2E | 40 | 0 | 2A | 101 | 30 | 28 |
| Octal | 120 | 65 | 225 | 56 | 100 | 0 | 52 | 401 | 60 | 50 |
| Binary | 1010000 | 110101 | 10010101 | 101110 | 1000000 | 0 | 101010 | 100000001 | 110000 | 101000 |
Color Harmonies of #503595
Complementary color
Monochromatic Colors of #503595
Black with #503595
Text Example
Text Example
White with #503595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503595; }
p { color: rgb(80,53,149); }
H1.HeaderClassName
{
color: #503595;
}
.AnyTagClassName
{
color: #503595;
}
</style>
background-color css
<style>
a { background-color: #503595; }
a { background-color: rgb(80,53,149); }
div.DivClassName
{
background-color: #503595;
}
.BgClassName
{
background-color: #503595;
}
</style>
border-color css
<style>
span { border-color: #503595; }
span { border-color: rgb(80,53,149); }
td.TdClassName
{
border-color: #503595;
}
.TagClassName
{
border-color: #503595;
}
</style>