Shades of Blue Gem #50438F
Tints of Blue Gem #50438F
RGB
CMYK
RGB Variations
Color information
#50438F (or 0x50438F) is known color: Blue Gem. HEX triplet: 50, 43 and 8F. RGB value is (80,67,143). Sum of RGB (Red+Green+Blue) = 80+67+143=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #50438F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50438F is #AFBC70. Grayscale: #4F4F4F. Windows color (decimal): -11517041 or 9388880. OLE color: 9388880.
HSL color Cylindrical-coordinate representation of color #50438F: hue angle of 250.26º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50438F is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 67 | 143 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.44 |
| HSL | 250.26º | 0.36% | 0.41% | - |
| HSV(B) | 250.26º | 0.53% | 0.56% | - |
| XYZ | 10.27 | 7.7 | 26.93 | - |
| YUV | 79.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 143 | 0.44 | 0.53 | 0 | 0.44 | 250.26 | 0.36 | 0.41 |
| Hex | 50 | 43 | 8F | 2C | 35 | 0 | 2C | FA | 24 | 29 |
| Octal | 120 | 103 | 217 | 54 | 65 | 0 | 54 | 372 | 44 | 51 |
| Binary | 1010000 | 1000011 | 10001111 | 101100 | 110101 | 0 | 101100 | 11111010 | 100100 | 101001 |
Color Harmonies of #50438F
Complementary color
Monochromatic Colors of #50438F
Black with #50438F
Text Example
Text Example
White with #50438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50438F; }
p { color: rgb(80,67,143); }
H1.HeaderClassName
{
color: #50438F;
}
.AnyTagClassName
{
color: #50438F;
}
</style>
background-color css
<style>
a { background-color: #50438F; }
a { background-color: rgb(80,67,143); }
div.DivClassName
{
background-color: #50438F;
}
.BgClassName
{
background-color: #50438F;
}
</style>
border-color css
<style>
span { border-color: #50438F; }
span { border-color: rgb(80,67,143); }
td.TdClassName
{
border-color: #50438F;
}
.TagClassName
{
border-color: #50438F;
}
</style>