Shades of Blue Gem #504096
Tints of Blue Gem #504096
RGB
CMYK
RGB Variations
Color information
#504096 (or 0x504096) is known color: Blue Gem. HEX triplet: 50, 40 and 96. RGB value is (80,64,150). Sum of RGB (Red+Green+Blue) = 80+64+150=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #504096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504096 is #AFBF69. Grayscale: #4E4E4E. Windows color (decimal): -11517802 or 9846864. OLE color: 9846864.
HSL color Cylindrical-coordinate representation of color #504096: hue angle of 251.16º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #504096 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 64 | 150 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.41 |
| HSL | 251.16º | 0.4% | 0.42% | - |
| HSV(B) | 251.16º | 0.57% | 0.59% | - |
| XYZ | 10.65 | 7.57 | 29.76 | - |
| YUV | 78.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 150 | 0.47 | 0.57 | 0 | 0.41 | 251.16 | 0.4 | 0.42 |
| Hex | 50 | 40 | 96 | 2F | 39 | 0 | 29 | FB | 28 | 2A |
| Octal | 120 | 100 | 226 | 57 | 71 | 0 | 51 | 373 | 50 | 52 |
| Binary | 1010000 | 1000000 | 10010110 | 101111 | 111001 | 0 | 101001 | 11111011 | 101000 | 101010 |
Color Harmonies of #504096
Complementary color
Monochromatic Colors of #504096
Black with #504096
Text Example
Text Example
White with #504096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504096; }
p { color: rgb(80,64,150); }
H1.HeaderClassName
{
color: #504096;
}
.AnyTagClassName
{
color: #504096;
}
</style>
background-color css
<style>
a { background-color: #504096; }
a { background-color: rgb(80,64,150); }
div.DivClassName
{
background-color: #504096;
}
.BgClassName
{
background-color: #504096;
}
</style>
border-color css
<style>
span { border-color: #504096; }
span { border-color: rgb(80,64,150); }
td.TdClassName
{
border-color: #504096;
}
.TagClassName
{
border-color: #504096;
}
</style>