Shades of Blue Gem #50359B
Tints of Blue Gem #50359B
RGB
CMYK
RGB Variations
Color information
#50359B (or 0x50359B) is known color: Blue Gem. HEX triplet: 50, 35 and 9B. RGB value is (80,53,155). Sum of RGB (Red+Green+Blue) = 80+53+155=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #50359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50359B is #AFCA64. Grayscale: #484848. Windows color (decimal): -11520613 or 10171728. OLE color: 10171728.
HSL color Cylindrical-coordinate representation of color #50359B: hue angle of 255.88º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50359B is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 53 | 155 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.39 |
| HSL | 255.88º | 0.49% | 0.41% | - |
| HSV(B) | 255.88º | 0.66% | 0.61% | - |
| XYZ | 10.5 | 6.62 | 31.73 | - |
| YUV | 72.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 155 | 0.48 | 0.66 | 0 | 0.39 | 255.88 | 0.49 | 0.41 |
| Hex | 50 | 35 | 9B | 30 | 42 | 0 | 27 | 100 | 31 | 29 |
| Octal | 120 | 65 | 233 | 60 | 102 | 0 | 47 | 400 | 61 | 51 |
| Binary | 1010000 | 110101 | 10011011 | 110000 | 1000010 | 0 | 100111 | 100000000 | 110001 | 101001 |
Color Harmonies of #50359B
Complementary color
Monochromatic Colors of #50359B
Black with #50359B
Text Example
Text Example
White with #50359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50359B; }
p { color: rgb(80,53,155); }
H1.HeaderClassName
{
color: #50359B;
}
.AnyTagClassName
{
color: #50359B;
}
</style>
background-color css
<style>
a { background-color: #50359B; }
a { background-color: rgb(80,53,155); }
div.DivClassName
{
background-color: #50359B;
}
.BgClassName
{
background-color: #50359B;
}
</style>
border-color css
<style>
span { border-color: #50359B; }
span { border-color: rgb(80,53,155); }
td.TdClassName
{
border-color: #50359B;
}
.TagClassName
{
border-color: #50359B;
}
</style>