Shades of Blue Diamond #50326B
Tints of Blue Diamond #50326B
RGB
CMYK
RGB Variations
Color information
#50326B (or 0x50326B) is known color: Blue Diamond. HEX triplet: 50, 32 and 6B. RGB value is (80,50,107). Sum of RGB (Red+Green+Blue) = 80+50+107=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #50326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50326B is #AFCD94. Grayscale: #414141. Windows color (decimal): -11521429 or 7025232. OLE color: 7025232.
HSL color Cylindrical-coordinate representation of color #50326B: hue angle of 271.58º 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 #50326B is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 50 | 107 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.58 |
| HSL | 271.58º | 0.36% | 0.31% | - |
| HSV(B) | 271.58º | 0.53% | 0.42% | - |
| XYZ | 7.1 | 5.05 | 14.51 | - |
| YUV | 65.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 107 | 0.25 | 0.53 | 0 | 0.58 | 271.58 | 0.36 | 0.31 |
| Hex | 50 | 32 | 6B | 19 | 35 | 0 | 3A | 110 | 24 | 1F |
| Octal | 120 | 62 | 153 | 31 | 65 | 0 | 72 | 420 | 44 | 37 |
| Binary | 1010000 | 110010 | 1101011 | 11001 | 110101 | 0 | 111010 | 100010000 | 100100 | 11111 |
Color Harmonies of #50326B
Complementary color
Monochromatic Colors of #50326B
Black with #50326B
Text Example
Text Example
White with #50326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50326B; }
p { color: rgb(80,50,107); }
H1.HeaderClassName
{
color: #50326B;
}
.AnyTagClassName
{
color: #50326B;
}
</style>
background-color css
<style>
a { background-color: #50326B; }
a { background-color: rgb(80,50,107); }
div.DivClassName
{
background-color: #50326B;
}
.BgClassName
{
background-color: #50326B;
}
</style>
border-color css
<style>
span { border-color: #50326B; }
span { border-color: rgb(80,50,107); }
td.TdClassName
{
border-color: #50326B;
}
.TagClassName
{
border-color: #50326B;
}
</style>