Shades of Blue Gem #504692
Tints of Blue Gem #504692
RGB
CMYK
RGB Variations
Color information
#504692 (or 0x504692) is known color: Blue Gem. HEX triplet: 50, 46 and 92. RGB value is (80,70,146). Sum of RGB (Red+Green+Blue) = 80+70+146=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #504692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504692 is #AFB96D. Grayscale: #515151. Windows color (decimal): -11516270 or 9586256. OLE color: 9586256.
HSL color Cylindrical-coordinate representation of color #504692: hue angle of 247.89º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504692 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 70 | 146 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.43 |
| HSL | 247.89º | 0.35% | 0.42% | - |
| HSV(B) | 247.89º | 0.52% | 0.57% | - |
| XYZ | 10.69 | 8.16 | 28.21 | - |
| YUV | 81.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 146 | 0.45 | 0.52 | 0 | 0.43 | 247.89 | 0.35 | 0.42 |
| Hex | 50 | 46 | 92 | 2D | 34 | 0 | 2B | F8 | 23 | 2A |
| Octal | 120 | 106 | 222 | 55 | 64 | 0 | 53 | 370 | 43 | 52 |
| Binary | 1010000 | 1000110 | 10010010 | 101101 | 110100 | 0 | 101011 | 11111000 | 100011 | 101010 |
Color Harmonies of #504692
Complementary color
Monochromatic Colors of #504692
Black with #504692
Text Example
Text Example
White with #504692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504692; }
p { color: rgb(80,70,146); }
H1.HeaderClassName
{
color: #504692;
}
.AnyTagClassName
{
color: #504692;
}
</style>
background-color css
<style>
a { background-color: #504692; }
a { background-color: rgb(80,70,146); }
div.DivClassName
{
background-color: #504692;
}
.BgClassName
{
background-color: #504692;
}
</style>
border-color css
<style>
span { border-color: #504692; }
span { border-color: rgb(80,70,146); }
td.TdClassName
{
border-color: #504692;
}
.TagClassName
{
border-color: #504692;
}
</style>