Shades of Blue Gem #50358A
Tints of Blue Gem #50358A
RGB
CMYK
RGB Variations
Color information
#50358A (or 0x50358A) is known color: Blue Gem. HEX triplet: 50, 35 and 8A. RGB value is (80,53,138). Sum of RGB (Red+Green+Blue) = 80+53+138=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #50358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50358A is #AFCA75. Grayscale: #464646. Windows color (decimal): -11520630 or 9057616. OLE color: 9057616.
HSL color Cylindrical-coordinate representation of color #50358A: hue angle of 259.06º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50358A is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 53 | 138 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.46 |
| HSL | 259.06º | 0.45% | 0.37% | - |
| HSV(B) | 259.06º | 0.62% | 0.54% | - |
| XYZ | 9.17 | 6.09 | 24.74 | - |
| YUV | 70.76 | 165.95 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 138 | 0.42 | 0.62 | 0 | 0.46 | 259.06 | 0.45 | 0.37 |
| Hex | 50 | 35 | 8A | 2A | 3E | 0 | 2E | 103 | 2D | 25 |
| Octal | 120 | 65 | 212 | 52 | 76 | 0 | 56 | 403 | 55 | 45 |
| Binary | 1010000 | 110101 | 10001010 | 101010 | 111110 | 0 | 101110 | 100000011 | 101101 | 100101 |
Color Harmonies of #50358A
Complementary color
Monochromatic Colors of #50358A
Black with #50358A
Text Example
Text Example
White with #50358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50358A; }
p { color: rgb(80,53,138); }
H1.HeaderClassName
{
color: #50358A;
}
.AnyTagClassName
{
color: #50358A;
}
</style>
background-color css
<style>
a { background-color: #50358A; }
a { background-color: rgb(80,53,138); }
div.DivClassName
{
background-color: #50358A;
}
.BgClassName
{
background-color: #50358A;
}
</style>
border-color css
<style>
span { border-color: #50358A; }
span { border-color: rgb(80,53,138); }
td.TdClassName
{
border-color: #50358A;
}
.TagClassName
{
border-color: #50358A;
}
</style>