Shades of Blue Diamond #50206D
Tints of Blue Diamond #50206D
RGB
CMYK
RGB Variations
Color information
#50206D (or 0x50206D) is known color: Blue Diamond. HEX triplet: 50, 20 and 6D. RGB value is (80,32,109). Sum of RGB (Red+Green+Blue) = 80+32+109=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #50206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50206D is #AFDF92. Grayscale: #363636. Windows color (decimal): -11526035 or 7151696. OLE color: 7151696.
HSL color Cylindrical-coordinate representation of color #50206D: hue angle of 277.4º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50206D is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 32 | 109 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.57 |
| HSL | 277.4º | 0.55% | 0.28% | - |
| HSV(B) | 277.4º | 0.71% | 0.43% | - |
| XYZ | 6.59 | 3.84 | 14.86 | - |
| YUV | 55.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 109 | 0.27 | 0.71 | 0 | 0.57 | 277.4 | 0.55 | 0.28 |
| Hex | 50 | 20 | 6D | 1B | 47 | 0 | 39 | 115 | 37 | 1C |
| Octal | 120 | 40 | 155 | 33 | 107 | 0 | 71 | 425 | 67 | 34 |
| Binary | 1010000 | 100000 | 1101101 | 11011 | 1000111 | 0 | 111001 | 100010101 | 110111 | 11100 |
Color Harmonies of #50206D
Complementary color
Monochromatic Colors of #50206D
Black with #50206D
Text Example
Text Example
White with #50206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50206D; }
p { color: rgb(80,32,109); }
H1.HeaderClassName
{
color: #50206D;
}
.AnyTagClassName
{
color: #50206D;
}
</style>
background-color css
<style>
a { background-color: #50206D; }
a { background-color: rgb(80,32,109); }
div.DivClassName
{
background-color: #50206D;
}
.BgClassName
{
background-color: #50206D;
}
</style>
border-color css
<style>
span { border-color: #50206D; }
span { border-color: rgb(80,32,109); }
td.TdClassName
{
border-color: #50206D;
}
.TagClassName
{
border-color: #50206D;
}
</style>