Shades of Blue Gem #504195
Tints of Blue Gem #504195
RGB
CMYK
RGB Variations
Color information
#504195 (or 0x504195) is known color: Blue Gem. HEX triplet: 50, 41 and 95. RGB value is (80,65,149). Sum of RGB (Red+Green+Blue) = 80+65+149=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #504195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504195 is #AFBE6A. Grayscale: #4E4E4E. Windows color (decimal): -11517547 or 9781584. OLE color: 9781584.
HSL color Cylindrical-coordinate representation of color #504195: hue angle of 250.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #504195 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 65 | 149 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.42 |
| HSL | 250.71º | 0.39% | 0.42% | - |
| HSV(B) | 250.71º | 0.56% | 0.58% | - |
| XYZ | 10.62 | 7.66 | 29.35 | - |
| YUV | 79.06 | 167.47 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 149 | 0.46 | 0.56 | 0 | 0.42 | 250.71 | 0.39 | 0.42 |
| Hex | 50 | 41 | 95 | 2E | 38 | 0 | 2A | FB | 27 | 2A |
| Octal | 120 | 101 | 225 | 56 | 70 | 0 | 52 | 373 | 47 | 52 |
| Binary | 1010000 | 1000001 | 10010101 | 101110 | 111000 | 0 | 101010 | 11111011 | 100111 | 101010 |
Color Harmonies of #504195
Complementary color
Monochromatic Colors of #504195
Black with #504195
Text Example
Text Example
White with #504195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504195; }
p { color: rgb(80,65,149); }
H1.HeaderClassName
{
color: #504195;
}
.AnyTagClassName
{
color: #504195;
}
</style>
background-color css
<style>
a { background-color: #504195; }
a { background-color: rgb(80,65,149); }
div.DivClassName
{
background-color: #504195;
}
.BgClassName
{
background-color: #504195;
}
</style>
border-color css
<style>
span { border-color: #504195; }
span { border-color: rgb(80,65,149); }
td.TdClassName
{
border-color: #504195;
}
.TagClassName
{
border-color: #504195;
}
</style>