Shades of Blue Gem #50388B
Tints of Blue Gem #50388B
RGB
CMYK
RGB Variations
Color information
#50388B (or 0x50388B) is known color: Blue Gem. HEX triplet: 50, 38 and 8B. RGB value is (80,56,139). Sum of RGB (Red+Green+Blue) = 80+56+139=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #50388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50388B is #AFC774. Grayscale: #484848. Windows color (decimal): -11519861 or 9123920. OLE color: 9123920.
HSL color Cylindrical-coordinate representation of color #50388B: hue angle of 257.35º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50388B is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 56 | 139 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.45 |
| HSL | 257.35º | 0.43% | 0.38% | - |
| HSV(B) | 257.35º | 0.6% | 0.55% | - |
| XYZ | 9.38 | 6.4 | 25.17 | - |
| YUV | 72.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 139 | 0.42 | 0.60 | 0 | 0.45 | 257.35 | 0.43 | 0.38 |
| Hex | 50 | 38 | 8B | 2A | 3C | 0 | 2D | 101 | 2B | 26 |
| Octal | 120 | 70 | 213 | 52 | 74 | 0 | 55 | 401 | 53 | 46 |
| Binary | 1010000 | 111000 | 10001011 | 101010 | 111100 | 0 | 101101 | 100000001 | 101011 | 100110 |
Color Harmonies of #50388B
Complementary color
Monochromatic Colors of #50388B
Black with #50388B
Text Example
Text Example
White with #50388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50388B; }
p { color: rgb(80,56,139); }
H1.HeaderClassName
{
color: #50388B;
}
.AnyTagClassName
{
color: #50388B;
}
</style>
background-color css
<style>
a { background-color: #50388B; }
a { background-color: rgb(80,56,139); }
div.DivClassName
{
background-color: #50388B;
}
.BgClassName
{
background-color: #50388B;
}
</style>
border-color css
<style>
span { border-color: #50388B; }
span { border-color: rgb(80,56,139); }
td.TdClassName
{
border-color: #50388B;
}
.TagClassName
{
border-color: #50388B;
}
</style>