Shades of Blue Gem #50459E
Tints of Blue Gem #50459E
RGB
CMYK
RGB Variations
Color information
#50459E (or 0x50459E) is known color: Blue Gem. HEX triplet: 50, 45 and 9E. RGB value is (80,69,158). Sum of RGB (Red+Green+Blue) = 80+69+158=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #50459E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50459E is #AFBA61. Grayscale: #525252. Windows color (decimal): -11516514 or 10372432. OLE color: 10372432.
HSL color Cylindrical-coordinate representation of color #50459E: hue angle of 247.42º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50459E is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 69 | 158 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.38 |
| HSL | 247.42º | 0.39% | 0.45% | - |
| HSV(B) | 247.42º | 0.56% | 0.62% | - |
| XYZ | 11.61 | 8.43 | 33.36 | - |
| YUV | 82.44 | 170.64 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 158 | 0.49 | 0.56 | 0 | 0.38 | 247.42 | 0.39 | 0.45 |
| Hex | 50 | 45 | 9E | 31 | 38 | 0 | 26 | F7 | 27 | 2D |
| Octal | 120 | 105 | 236 | 61 | 70 | 0 | 46 | 367 | 47 | 55 |
| Binary | 1010000 | 1000101 | 10011110 | 110001 | 111000 | 0 | 100110 | 11110111 | 100111 | 101101 |
Color Harmonies of #50459E
Complementary color
Monochromatic Colors of #50459E
Black with #50459E
Text Example
Text Example
White with #50459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50459E; }
p { color: rgb(80,69,158); }
H1.HeaderClassName
{
color: #50459E;
}
.AnyTagClassName
{
color: #50459E;
}
</style>
background-color css
<style>
a { background-color: #50459E; }
a { background-color: rgb(80,69,158); }
div.DivClassName
{
background-color: #50459E;
}
.BgClassName
{
background-color: #50459E;
}
</style>
border-color css
<style>
span { border-color: #50459E; }
span { border-color: rgb(80,69,158); }
td.TdClassName
{
border-color: #50459E;
}
.TagClassName
{
border-color: #50459E;
}
</style>