Shades of Blue Gem #503296
Tints of Blue Gem #503296
RGB
CMYK
RGB Variations
Color information
#503296 (or 0x503296) is known color: Blue Gem. HEX triplet: 50, 32 and 96. RGB value is (80,50,150). Sum of RGB (Red+Green+Blue) = 80+50+150=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #503296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503296 is #AFCD69. Grayscale: #464646. Windows color (decimal): -11521386 or 9843280. OLE color: 9843280.
HSL color Cylindrical-coordinate representation of color #503296: hue angle of 258º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503296 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 50 | 150 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.41 |
| HSL | 258º | 0.5% | 0.39% | - |
| HSV(B) | 258º | 0.67% | 0.59% | - |
| XYZ | 9.95 | 6.19 | 29.52 | - |
| YUV | 70.37 | 172.94 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 150 | 0.47 | 0.67 | 0 | 0.41 | 258 | 0.5 | 0.39 |
| Hex | 50 | 32 | 96 | 2F | 43 | 0 | 29 | 102 | 32 | 27 |
| Octal | 120 | 62 | 226 | 57 | 103 | 0 | 51 | 402 | 62 | 47 |
| Binary | 1010000 | 110010 | 10010110 | 101111 | 1000011 | 0 | 101001 | 100000010 | 110010 | 100111 |
Color Harmonies of #503296
Complementary color
Monochromatic Colors of #503296
Black with #503296
Text Example
Text Example
White with #503296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503296; }
p { color: rgb(80,50,150); }
H1.HeaderClassName
{
color: #503296;
}
.AnyTagClassName
{
color: #503296;
}
</style>
background-color css
<style>
a { background-color: #503296; }
a { background-color: rgb(80,50,150); }
div.DivClassName
{
background-color: #503296;
}
.BgClassName
{
background-color: #503296;
}
</style>
border-color css
<style>
span { border-color: #503296; }
span { border-color: rgb(80,50,150); }
td.TdClassName
{
border-color: #503296;
}
.TagClassName
{
border-color: #503296;
}
</style>