Shades of Blue Gem #504896
Tints of Blue Gem #504896
RGB
CMYK
RGB Variations
Color information
#504896 (or 0x504896) is known color: Blue Gem. HEX triplet: 50, 48 and 96. RGB value is (80,72,150). Sum of RGB (Red+Green+Blue) = 80+72+150=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #504896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504896 is #AFB769. Grayscale: #525252. Windows color (decimal): -11515754 or 9848912. OLE color: 9848912.
HSL color Cylindrical-coordinate representation of color #504896: hue angle of 246.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504896 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 72 | 150 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.41 |
| HSL | 246.15º | 0.35% | 0.44% | - |
| HSV(B) | 246.15º | 0.52% | 0.59% | - |
| XYZ | 11.13 | 8.54 | 29.92 | - |
| YUV | 83.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 150 | 0.47 | 0.52 | 0 | 0.41 | 246.15 | 0.35 | 0.44 |
| Hex | 50 | 48 | 96 | 2F | 34 | 0 | 29 | F6 | 23 | 2C |
| Octal | 120 | 110 | 226 | 57 | 64 | 0 | 51 | 366 | 43 | 54 |
| Binary | 1010000 | 1001000 | 10010110 | 101111 | 110100 | 0 | 101001 | 11110110 | 100011 | 101100 |
Color Harmonies of #504896
Complementary color
Monochromatic Colors of #504896
Black with #504896
Text Example
Text Example
White with #504896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504896; }
p { color: rgb(80,72,150); }
H1.HeaderClassName
{
color: #504896;
}
.AnyTagClassName
{
color: #504896;
}
</style>
background-color css
<style>
a { background-color: #504896; }
a { background-color: rgb(80,72,150); }
div.DivClassName
{
background-color: #504896;
}
.BgClassName
{
background-color: #504896;
}
</style>
border-color css
<style>
span { border-color: #504896; }
span { border-color: rgb(80,72,150); }
td.TdClassName
{
border-color: #504896;
}
.TagClassName
{
border-color: #504896;
}
</style>