Shades of Blue Gem #504890
Tints of Blue Gem #504890
RGB
CMYK
RGB Variations
Color information
#504890 (or 0x504890) is known color: Blue Gem. HEX triplet: 50, 48 and 90. RGB value is (80,72,144). Sum of RGB (Red+Green+Blue) = 80+72+144=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #504890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504890 is #AFB76F. Grayscale: #525252. Windows color (decimal): -11515760 or 9455696. OLE color: 9455696.
HSL color Cylindrical-coordinate representation of color #504890: hue angle of 246.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #504890 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 72 | 144 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.44 |
| HSL | 246.67º | 0.33% | 0.42% | - |
| HSV(B) | 246.67º | 0.5% | 0.56% | - |
| XYZ | 10.66 | 8.35 | 27.44 | - |
| YUV | 82.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 144 | 0.44 | 0.50 | 0 | 0.44 | 246.67 | 0.33 | 0.42 |
| Hex | 50 | 48 | 90 | 2C | 32 | 0 | 2C | F7 | 21 | 2A |
| Octal | 120 | 110 | 220 | 54 | 62 | 0 | 54 | 367 | 41 | 52 |
| Binary | 1010000 | 1001000 | 10010000 | 101100 | 110010 | 0 | 101100 | 11110111 | 100001 | 101010 |
Color Harmonies of #504890
Complementary color
Monochromatic Colors of #504890
Black with #504890
Text Example
Text Example
White with #504890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504890; }
p { color: rgb(80,72,144); }
H1.HeaderClassName
{
color: #504890;
}
.AnyTagClassName
{
color: #504890;
}
</style>
background-color css
<style>
a { background-color: #504890; }
a { background-color: rgb(80,72,144); }
div.DivClassName
{
background-color: #504890;
}
.BgClassName
{
background-color: #504890;
}
</style>
border-color css
<style>
span { border-color: #504890; }
span { border-color: rgb(80,72,144); }
td.TdClassName
{
border-color: #504890;
}
.TagClassName
{
border-color: #504890;
}
</style>