Shades of Blue Gem #504690
Tints of Blue Gem #504690
RGB
CMYK
RGB Variations
Color information
#504690 (or 0x504690) is known color: Blue Gem. HEX triplet: 50, 46 and 90. RGB value is (80,70,144). Sum of RGB (Red+Green+Blue) = 80+70+144=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #504690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504690 is #AFB96F. Grayscale: #515151. Windows color (decimal): -11516272 or 9455184. OLE color: 9455184.
HSL color Cylindrical-coordinate representation of color #504690: hue angle of 248.11º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504690 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 70 | 144 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.44 |
| HSL | 248.11º | 0.35% | 0.42% | - |
| HSV(B) | 248.11º | 0.51% | 0.56% | - |
| XYZ | 10.53 | 8.1 | 27.39 | - |
| YUV | 81.43 | 163.31 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 144 | 0.44 | 0.51 | 0 | 0.44 | 248.11 | 0.35 | 0.42 |
| Hex | 50 | 46 | 90 | 2C | 33 | 0 | 2C | F8 | 23 | 2A |
| Octal | 120 | 106 | 220 | 54 | 63 | 0 | 54 | 370 | 43 | 52 |
| Binary | 1010000 | 1000110 | 10010000 | 101100 | 110011 | 0 | 101100 | 11111000 | 100011 | 101010 |
Color Harmonies of #504690
Complementary color
Monochromatic Colors of #504690
Black with #504690
Text Example
Text Example
White with #504690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504690; }
p { color: rgb(80,70,144); }
H1.HeaderClassName
{
color: #504690;
}
.AnyTagClassName
{
color: #504690;
}
</style>
background-color css
<style>
a { background-color: #504690; }
a { background-color: rgb(80,70,144); }
div.DivClassName
{
background-color: #504690;
}
.BgClassName
{
background-color: #504690;
}
</style>
border-color css
<style>
span { border-color: #504690; }
span { border-color: rgb(80,70,144); }
td.TdClassName
{
border-color: #504690;
}
.TagClassName
{
border-color: #504690;
}
</style>