Shades of Blue Gem #50438C
Tints of Blue Gem #50438C
RGB
CMYK
RGB Variations
Color information
#50438C (or 0x50438C) is known color: Blue Gem. HEX triplet: 50, 43 and 8C. RGB value is (80,67,140). Sum of RGB (Red+Green+Blue) = 80+67+140=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #50438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50438C is #AFBC73. Grayscale: #4E4E4E. Windows color (decimal): -11517044 or 9192272. OLE color: 9192272.
HSL color Cylindrical-coordinate representation of color #50438C: hue angle of 250.68º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50438C is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 67 | 140 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.45 |
| HSL | 250.68º | 0.35% | 0.41% | - |
| HSV(B) | 250.68º | 0.52% | 0.55% | - |
| XYZ | 10.05 | 7.61 | 25.75 | - |
| YUV | 79.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 140 | 0.43 | 0.52 | 0 | 0.45 | 250.68 | 0.35 | 0.41 |
| Hex | 50 | 43 | 8C | 2B | 34 | 0 | 2D | FB | 23 | 29 |
| Octal | 120 | 103 | 214 | 53 | 64 | 0 | 55 | 373 | 43 | 51 |
| Binary | 1010000 | 1000011 | 10001100 | 101011 | 110100 | 0 | 101101 | 11111011 | 100011 | 101001 |
Color Harmonies of #50438C
Complementary color
Monochromatic Colors of #50438C
Black with #50438C
Text Example
Text Example
White with #50438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50438C; }
p { color: rgb(80,67,140); }
H1.HeaderClassName
{
color: #50438C;
}
.AnyTagClassName
{
color: #50438C;
}
</style>
background-color css
<style>
a { background-color: #50438C; }
a { background-color: rgb(80,67,140); }
div.DivClassName
{
background-color: #50438C;
}
.BgClassName
{
background-color: #50438C;
}
</style>
border-color css
<style>
span { border-color: #50438C; }
span { border-color: rgb(80,67,140); }
td.TdClassName
{
border-color: #50438C;
}
.TagClassName
{
border-color: #50438C;
}
</style>