Shades of Blue Gem #503992
Tints of Blue Gem #503992
RGB
CMYK
RGB Variations
Color information
#503992 (or 0x503992) is known color: Blue Gem. HEX triplet: 50, 39 and 92. RGB value is (80,57,146). Sum of RGB (Red+Green+Blue) = 80+57+146=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #503992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503992 is #AFC66D. Grayscale: #494949. Windows color (decimal): -11519598 or 9582928. OLE color: 9582928.
HSL color Cylindrical-coordinate representation of color #503992: hue angle of 255.51º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #503992 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 57 | 146 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.43 |
| HSL | 255.51º | 0.44% | 0.4% | - |
| HSV(B) | 255.51º | 0.61% | 0.57% | - |
| XYZ | 9.96 | 6.71 | 27.96 | - |
| YUV | 74.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 146 | 0.45 | 0.61 | 0 | 0.43 | 255.51 | 0.44 | 0.4 |
| Hex | 50 | 39 | 92 | 2D | 3D | 0 | 2B | 100 | 2C | 28 |
| Octal | 120 | 71 | 222 | 55 | 75 | 0 | 53 | 400 | 54 | 50 |
| Binary | 1010000 | 111001 | 10010010 | 101101 | 111101 | 0 | 101011 | 100000000 | 101100 | 101000 |
Color Harmonies of #503992
Complementary color
Monochromatic Colors of #503992
Black with #503992
Text Example
Text Example
White with #503992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503992; }
p { color: rgb(80,57,146); }
H1.HeaderClassName
{
color: #503992;
}
.AnyTagClassName
{
color: #503992;
}
</style>
background-color css
<style>
a { background-color: #503992; }
a { background-color: rgb(80,57,146); }
div.DivClassName
{
background-color: #503992;
}
.BgClassName
{
background-color: #503992;
}
</style>
border-color css
<style>
span { border-color: #503992; }
span { border-color: rgb(80,57,146); }
td.TdClassName
{
border-color: #503992;
}
.TagClassName
{
border-color: #503992;
}
</style>