Shades of Blue Diamond #50217B
Tints of Blue Diamond #50217B
RGB
CMYK
RGB Variations
Color information
#50217B (or 0x50217B) is known color: Blue Diamond. HEX triplet: 50, 21 and 7B. RGB value is (80,33,123). Sum of RGB (Red+Green+Blue) = 80+33+123=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #50217B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50217B is #AFDE84. Grayscale: #393939. Windows color (decimal): -11525765 or 8069456. OLE color: 8069456.
HSL color Cylindrical-coordinate representation of color #50217B: hue angle of 271.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50217B is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 33 | 123 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.52 |
| HSL | 271.33º | 0.58% | 0.31% | - |
| HSV(B) | 271.33º | 0.73% | 0.48% | - |
| XYZ | 7.43 | 4.22 | 19.16 | - |
| YUV | 57.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 123 | 0.35 | 0.73 | 0 | 0.52 | 271.33 | 0.58 | 0.31 |
| Hex | 50 | 21 | 7B | 23 | 49 | 0 | 34 | 10F | 3A | 1F |
| Octal | 120 | 41 | 173 | 43 | 111 | 0 | 64 | 417 | 72 | 37 |
| Binary | 1010000 | 100001 | 1111011 | 100011 | 1001001 | 0 | 110100 | 100001111 | 111010 | 11111 |
Color Harmonies of #50217B
Complementary color
Monochromatic Colors of #50217B
Black with #50217B
Text Example
Text Example
White with #50217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50217B; }
p { color: rgb(80,33,123); }
H1.HeaderClassName
{
color: #50217B;
}
.AnyTagClassName
{
color: #50217B;
}
</style>
background-color css
<style>
a { background-color: #50217B; }
a { background-color: rgb(80,33,123); }
div.DivClassName
{
background-color: #50217B;
}
.BgClassName
{
background-color: #50217B;
}
</style>
border-color css
<style>
span { border-color: #50217B; }
span { border-color: rgb(80,33,123); }
td.TdClassName
{
border-color: #50217B;
}
.TagClassName
{
border-color: #50217B;
}
</style>