Shades of Blue Diamond #50217D
Tints of Blue Diamond #50217D
RGB
CMYK
RGB Variations
Color information
#50217D (or 0x50217D) is known color: Blue Diamond. HEX triplet: 50, 21 and 7D. RGB value is (80,33,125). Sum of RGB (Red+Green+Blue) = 80+33+125=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #50217D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50217D is #AFDE82. Grayscale: #393939. Windows color (decimal): -11525763 or 8200528. OLE color: 8200528.
HSL color Cylindrical-coordinate representation of color #50217D: hue angle of 270.65º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50217D is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 33 | 125 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.51 |
| HSL | 270.65º | 0.58% | 0.31% | - |
| HSV(B) | 270.65º | 0.74% | 0.49% | - |
| XYZ | 7.55 | 4.27 | 19.83 | - |
| YUV | 57.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 125 | 0.36 | 0.74 | 0 | 0.51 | 270.65 | 0.58 | 0.31 |
| Hex | 50 | 21 | 7D | 24 | 4A | 0 | 33 | 10F | 3A | 1F |
| Octal | 120 | 41 | 175 | 44 | 112 | 0 | 63 | 417 | 72 | 37 |
| Binary | 1010000 | 100001 | 1111101 | 100100 | 1001010 | 0 | 110011 | 100001111 | 111010 | 11111 |
Color Harmonies of #50217D
Complementary color
Monochromatic Colors of #50217D
Black with #50217D
Text Example
Text Example
White with #50217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50217D; }
p { color: rgb(80,33,125); }
H1.HeaderClassName
{
color: #50217D;
}
.AnyTagClassName
{
color: #50217D;
}
</style>
background-color css
<style>
a { background-color: #50217D; }
a { background-color: rgb(80,33,125); }
div.DivClassName
{
background-color: #50217D;
}
.BgClassName
{
background-color: #50217D;
}
</style>
border-color css
<style>
span { border-color: #50217D; }
span { border-color: rgb(80,33,125); }
td.TdClassName
{
border-color: #50217D;
}
.TagClassName
{
border-color: #50217D;
}
</style>