Shades of Blue Gem #50458C
Tints of Blue Gem #50458C
RGB
CMYK
RGB Variations
Color information
#50458C (or 0x50458C) is known color: Blue Gem. HEX triplet: 50, 45 and 8C. RGB value is (80,69,140). Sum of RGB (Red+Green+Blue) = 80+69+140=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #50458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50458C is #AFBA73. Grayscale: #505050. Windows color (decimal): -11516532 or 9192784. OLE color: 9192784.
HSL color Cylindrical-coordinate representation of color #50458C: hue angle of 249.3º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50458C is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 69 | 140 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.45 |
| HSL | 249.3º | 0.34% | 0.41% | - |
| HSV(B) | 249.3º | 0.51% | 0.55% | - |
| XYZ | 10.17 | 7.86 | 25.79 | - |
| YUV | 80.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 140 | 0.43 | 0.51 | 0 | 0.45 | 249.3 | 0.34 | 0.41 |
| Hex | 50 | 45 | 8C | 2B | 33 | 0 | 2D | F9 | 22 | 29 |
| Octal | 120 | 105 | 214 | 53 | 63 | 0 | 55 | 371 | 42 | 51 |
| Binary | 1010000 | 1000101 | 10001100 | 101011 | 110011 | 0 | 101101 | 11111001 | 100010 | 101001 |
Color Harmonies of #50458C
Complementary color
Monochromatic Colors of #50458C
Black with #50458C
Text Example
Text Example
White with #50458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50458C; }
p { color: rgb(80,69,140); }
H1.HeaderClassName
{
color: #50458C;
}
.AnyTagClassName
{
color: #50458C;
}
</style>
background-color css
<style>
a { background-color: #50458C; }
a { background-color: rgb(80,69,140); }
div.DivClassName
{
background-color: #50458C;
}
.BgClassName
{
background-color: #50458C;
}
</style>
border-color css
<style>
span { border-color: #50458C; }
span { border-color: rgb(80,69,140); }
td.TdClassName
{
border-color: #50458C;
}
.TagClassName
{
border-color: #50458C;
}
</style>