Shades of Blue Gem #504894
Tints of Blue Gem #504894
RGB
CMYK
RGB Variations
Color information
#504894 (or 0x504894) is known color: Blue Gem. HEX triplet: 50, 48 and 94. RGB value is (80,72,148). Sum of RGB (Red+Green+Blue) = 80+72+148=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #504894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504894 is #AFB76B. Grayscale: #525252. Windows color (decimal): -11515756 or 9717840. OLE color: 9717840.
HSL color Cylindrical-coordinate representation of color #504894: hue angle of 246.32º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504894 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 72 | 148 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.42 |
| HSL | 246.32º | 0.35% | 0.43% | - |
| HSV(B) | 246.32º | 0.51% | 0.58% | - |
| XYZ | 10.97 | 8.48 | 29.08 | - |
| YUV | 83.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 148 | 0.46 | 0.51 | 0 | 0.42 | 246.32 | 0.35 | 0.43 |
| Hex | 50 | 48 | 94 | 2E | 33 | 0 | 2A | F6 | 23 | 2B |
| Octal | 120 | 110 | 224 | 56 | 63 | 0 | 52 | 366 | 43 | 53 |
| Binary | 1010000 | 1001000 | 10010100 | 101110 | 110011 | 0 | 101010 | 11110110 | 100011 | 101011 |
Color Harmonies of #504894
Complementary color
Monochromatic Colors of #504894
Black with #504894
Text Example
Text Example
White with #504894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504894; }
p { color: rgb(80,72,148); }
H1.HeaderClassName
{
color: #504894;
}
.AnyTagClassName
{
color: #504894;
}
</style>
background-color css
<style>
a { background-color: #504894; }
a { background-color: rgb(80,72,148); }
div.DivClassName
{
background-color: #504894;
}
.BgClassName
{
background-color: #504894;
}
</style>
border-color css
<style>
span { border-color: #504894; }
span { border-color: rgb(80,72,148); }
td.TdClassName
{
border-color: #504894;
}
.TagClassName
{
border-color: #504894;
}
</style>