Shades of Blue Gem #50439C
Tints of Blue Gem #50439C
RGB
CMYK
RGB Variations
Color information
#50439C (or 0x50439C) is known color: Blue Gem. HEX triplet: 50, 43 and 9C. RGB value is (80,67,156). Sum of RGB (Red+Green+Blue) = 80+67+156=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #50439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50439C is #AFBC63. Grayscale: #505050. Windows color (decimal): -11517028 or 10240848. OLE color: 10240848.
HSL color Cylindrical-coordinate representation of color #50439C: hue angle of 248.76º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50439C is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 67 | 156 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.39 |
| HSL | 248.76º | 0.4% | 0.44% | - |
| HSV(B) | 248.76º | 0.57% | 0.61% | - |
| XYZ | 11.32 | 8.12 | 32.42 | - |
| YUV | 81.03 | 170.31 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 156 | 0.49 | 0.57 | 0 | 0.39 | 248.76 | 0.4 | 0.44 |
| Hex | 50 | 43 | 9C | 31 | 39 | 0 | 27 | F9 | 28 | 2C |
| Octal | 120 | 103 | 234 | 61 | 71 | 0 | 47 | 371 | 50 | 54 |
| Binary | 1010000 | 1000011 | 10011100 | 110001 | 111001 | 0 | 100111 | 11111001 | 101000 | 101100 |
Color Harmonies of #50439C
Complementary color
Monochromatic Colors of #50439C
Black with #50439C
Text Example
Text Example
White with #50439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50439C; }
p { color: rgb(80,67,156); }
H1.HeaderClassName
{
color: #50439C;
}
.AnyTagClassName
{
color: #50439C;
}
</style>
background-color css
<style>
a { background-color: #50439C; }
a { background-color: rgb(80,67,156); }
div.DivClassName
{
background-color: #50439C;
}
.BgClassName
{
background-color: #50439C;
}
</style>
border-color css
<style>
span { border-color: #50439C; }
span { border-color: rgb(80,67,156); }
td.TdClassName
{
border-color: #50439C;
}
.TagClassName
{
border-color: #50439C;
}
</style>