Shades of Blue Diamond #50246B
Tints of Blue Diamond #50246B
RGB
CMYK
RGB Variations
Color information
#50246B (or 0x50246B) is known color: Blue Diamond. HEX triplet: 50, 24 and 6B. RGB value is (80,36,107). Sum of RGB (Red+Green+Blue) = 80+36+107=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #50246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50246B is #AFDB94. Grayscale: #393939. Windows color (decimal): -11525013 or 7021648. OLE color: 7021648.
HSL color Cylindrical-coordinate representation of color #50246B: hue angle of 277.18º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50246B is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 36 | 107 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.58 |
| HSL | 277.18º | 0.5% | 0.28% | - |
| HSV(B) | 277.18º | 0.66% | 0.42% | - |
| XYZ | 6.59 | 4.03 | 14.34 | - |
| YUV | 57.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 107 | 0.25 | 0.66 | 0 | 0.58 | 277.18 | 0.5 | 0.28 |
| Hex | 50 | 24 | 6B | 19 | 42 | 0 | 3A | 115 | 32 | 1C |
| Octal | 120 | 44 | 153 | 31 | 102 | 0 | 72 | 425 | 62 | 34 |
| Binary | 1010000 | 100100 | 1101011 | 11001 | 1000010 | 0 | 111010 | 100010101 | 110010 | 11100 |
Color Harmonies of #50246B
Complementary color
Monochromatic Colors of #50246B
Black with #50246B
Text Example
Text Example
White with #50246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50246B; }
p { color: rgb(80,36,107); }
H1.HeaderClassName
{
color: #50246B;
}
.AnyTagClassName
{
color: #50246B;
}
</style>
background-color css
<style>
a { background-color: #50246B; }
a { background-color: rgb(80,36,107); }
div.DivClassName
{
background-color: #50246B;
}
.BgClassName
{
background-color: #50246B;
}
</style>
border-color css
<style>
span { border-color: #50246B; }
span { border-color: rgb(80,36,107); }
td.TdClassName
{
border-color: #50246B;
}
.TagClassName
{
border-color: #50246B;
}
</style>