Shades of Blue Diamond #50326A
Tints of Blue Diamond #50326A
RGB
CMYK
RGB Variations
Color information
#50326A (or 0x50326A) is known color: Blue Diamond. HEX triplet: 50, 32 and 6A. RGB value is (80,50,106). Sum of RGB (Red+Green+Blue) = 80+50+106=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #50326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50326A is #AFCD95. Grayscale: #414141. Windows color (decimal): -11521430 or 6959696. OLE color: 6959696.
HSL color Cylindrical-coordinate representation of color #50326A: hue angle of 272.14º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50326A is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 50 | 106 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.58 |
| HSL | 272.14º | 0.36% | 0.31% | - |
| HSV(B) | 272.14º | 0.53% | 0.42% | - |
| XYZ | 7.05 | 5.03 | 14.23 | - |
| YUV | 65.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 106 | 0.25 | 0.53 | 0 | 0.58 | 272.14 | 0.36 | 0.31 |
| Hex | 50 | 32 | 6A | 19 | 35 | 0 | 3A | 110 | 24 | 1F |
| Octal | 120 | 62 | 152 | 31 | 65 | 0 | 72 | 420 | 44 | 37 |
| Binary | 1010000 | 110010 | 1101010 | 11001 | 110101 | 0 | 111010 | 100010000 | 100100 | 11111 |
Color Harmonies of #50326A
Complementary color
Monochromatic Colors of #50326A
Black with #50326A
Text Example
Text Example
White with #50326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50326A; }
p { color: rgb(80,50,106); }
H1.HeaderClassName
{
color: #50326A;
}
.AnyTagClassName
{
color: #50326A;
}
</style>
background-color css
<style>
a { background-color: #50326A; }
a { background-color: rgb(80,50,106); }
div.DivClassName
{
background-color: #50326A;
}
.BgClassName
{
background-color: #50326A;
}
</style>
border-color css
<style>
span { border-color: #50326A; }
span { border-color: rgb(80,50,106); }
td.TdClassName
{
border-color: #50326A;
}
.TagClassName
{
border-color: #50326A;
}
</style>