Shades of Blue Gem #504197
Tints of Blue Gem #504197
RGB
CMYK
RGB Variations
Color information
#504197 (or 0x504197) is known color: Blue Gem. HEX triplet: 50, 41 and 97. RGB value is (80,65,151). Sum of RGB (Red+Green+Blue) = 80+65+151=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #504197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504197 is #AFBE68. Grayscale: #4E4E4E. Windows color (decimal): -11517545 or 9912656. OLE color: 9912656.
HSL color Cylindrical-coordinate representation of color #504197: hue angle of 250.47º 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 #504197 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 65 | 151 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.41 |
| HSL | 250.47º | 0.4% | 0.42% | - |
| HSV(B) | 250.47º | 0.57% | 0.59% | - |
| XYZ | 10.78 | 7.72 | 30.2 | - |
| YUV | 79.29 | 168.47 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 151 | 0.47 | 0.57 | 0 | 0.41 | 250.47 | 0.4 | 0.42 |
| Hex | 50 | 41 | 97 | 2F | 39 | 0 | 29 | FA | 28 | 2A |
| Octal | 120 | 101 | 227 | 57 | 71 | 0 | 51 | 372 | 50 | 52 |
| Binary | 1010000 | 1000001 | 10010111 | 101111 | 111001 | 0 | 101001 | 11111010 | 101000 | 101010 |
Color Harmonies of #504197
Complementary color
Monochromatic Colors of #504197
Black with #504197
Text Example
Text Example
White with #504197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504197; }
p { color: rgb(80,65,151); }
H1.HeaderClassName
{
color: #504197;
}
.AnyTagClassName
{
color: #504197;
}
</style>
background-color css
<style>
a { background-color: #504197; }
a { background-color: rgb(80,65,151); }
div.DivClassName
{
background-color: #504197;
}
.BgClassName
{
background-color: #504197;
}
</style>
border-color css
<style>
span { border-color: #504197; }
span { border-color: rgb(80,65,151); }
td.TdClassName
{
border-color: #504197;
}
.TagClassName
{
border-color: #504197;
}
</style>