Shades of Blue Diamond #50216D
Tints of Blue Diamond #50216D
RGB
CMYK
RGB Variations
Color information
#50216D (or 0x50216D) is known color: Blue Diamond. HEX triplet: 50, 21 and 6D. RGB value is (80,33,109). Sum of RGB (Red+Green+Blue) = 80+33+109=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #50216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50216D is #AFDE92. Grayscale: #373737. Windows color (decimal): -11525779 or 7151952. OLE color: 7151952.
HSL color Cylindrical-coordinate representation of color #50216D: hue angle of 277.11º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50216D is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 33 | 109 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.57 |
| HSL | 277.11º | 0.54% | 0.28% | - |
| HSV(B) | 277.11º | 0.7% | 0.43% | - |
| XYZ | 6.61 | 3.9 | 14.87 | - |
| YUV | 55.72 | 158.07 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 109 | 0.27 | 0.70 | 0 | 0.57 | 277.11 | 0.54 | 0.28 |
| Hex | 50 | 21 | 6D | 1B | 46 | 0 | 39 | 115 | 36 | 1C |
| Octal | 120 | 41 | 155 | 33 | 106 | 0 | 71 | 425 | 66 | 34 |
| Binary | 1010000 | 100001 | 1101101 | 11011 | 1000110 | 0 | 111001 | 100010101 | 110110 | 11100 |
Color Harmonies of #50216D
Complementary color
Monochromatic Colors of #50216D
Black with #50216D
Text Example
Text Example
White with #50216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50216D; }
p { color: rgb(80,33,109); }
H1.HeaderClassName
{
color: #50216D;
}
.AnyTagClassName
{
color: #50216D;
}
</style>
background-color css
<style>
a { background-color: #50216D; }
a { background-color: rgb(80,33,109); }
div.DivClassName
{
background-color: #50216D;
}
.BgClassName
{
background-color: #50216D;
}
</style>
border-color css
<style>
span { border-color: #50216D; }
span { border-color: rgb(80,33,109); }
td.TdClassName
{
border-color: #50216D;
}
.TagClassName
{
border-color: #50216D;
}
</style>