Shades of Blue Gem #50438B
Tints of Blue Gem #50438B
RGB
CMYK
RGB Variations
Color information
#50438B (or 0x50438B) is known color: Blue Gem. HEX triplet: 50, 43 and 8B. RGB value is (80,67,139). Sum of RGB (Red+Green+Blue) = 80+67+139=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #50438B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50438B is #AFBC74. Grayscale: #4E4E4E. Windows color (decimal): -11517045 or 9126736. OLE color: 9126736.
HSL color Cylindrical-coordinate representation of color #50438B: hue angle of 250.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50438B is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 67 | 139 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.45 |
| HSL | 250.83º | 0.35% | 0.4% | - |
| HSV(B) | 250.83º | 0.52% | 0.55% | - |
| XYZ | 9.98 | 7.58 | 25.36 | - |
| YUV | 79.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 139 | 0.42 | 0.52 | 0 | 0.45 | 250.83 | 0.35 | 0.4 |
| Hex | 50 | 43 | 8B | 2A | 34 | 0 | 2D | FB | 23 | 28 |
| Octal | 120 | 103 | 213 | 52 | 64 | 0 | 55 | 373 | 43 | 50 |
| Binary | 1010000 | 1000011 | 10001011 | 101010 | 110100 | 0 | 101101 | 11111011 | 100011 | 101000 |
Color Harmonies of #50438B
Complementary color
Monochromatic Colors of #50438B
Black with #50438B
Text Example
Text Example
White with #50438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50438B; }
p { color: rgb(80,67,139); }
H1.HeaderClassName
{
color: #50438B;
}
.AnyTagClassName
{
color: #50438B;
}
</style>
background-color css
<style>
a { background-color: #50438B; }
a { background-color: rgb(80,67,139); }
div.DivClassName
{
background-color: #50438B;
}
.BgClassName
{
background-color: #50438B;
}
</style>
border-color css
<style>
span { border-color: #50438B; }
span { border-color: rgb(80,67,139); }
td.TdClassName
{
border-color: #50438B;
}
.TagClassName
{
border-color: #50438B;
}
</style>