Shades of Blue Diamond #50246C
Tints of Blue Diamond #50246C
RGB
CMYK
RGB Variations
Color information
#50246C (or 0x50246C) is known color: Blue Diamond. HEX triplet: 50, 24 and 6C. RGB value is (80,36,108). Sum of RGB (Red+Green+Blue) = 80+36+108=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #50246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50246C is #AFDB93. Grayscale: #393939. Windows color (decimal): -11525012 or 7087184. OLE color: 7087184.
HSL color Cylindrical-coordinate representation of color #50246C: hue angle of 276.67º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50246C is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 36 | 108 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.58 |
| HSL | 276.67º | 0.5% | 0.28% | - |
| HSV(B) | 276.67º | 0.67% | 0.42% | - |
| XYZ | 6.65 | 4.05 | 14.62 | - |
| YUV | 57.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 108 | 0.26 | 0.67 | 0 | 0.58 | 276.67 | 0.5 | 0.28 |
| Hex | 50 | 24 | 6C | 1A | 43 | 0 | 3A | 115 | 32 | 1C |
| Octal | 120 | 44 | 154 | 32 | 103 | 0 | 72 | 425 | 62 | 34 |
| Binary | 1010000 | 100100 | 1101100 | 11010 | 1000011 | 0 | 111010 | 100010101 | 110010 | 11100 |
Color Harmonies of #50246C
Complementary color
Monochromatic Colors of #50246C
Black with #50246C
Text Example
Text Example
White with #50246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50246C; }
p { color: rgb(80,36,108); }
H1.HeaderClassName
{
color: #50246C;
}
.AnyTagClassName
{
color: #50246C;
}
</style>
background-color css
<style>
a { background-color: #50246C; }
a { background-color: rgb(80,36,108); }
div.DivClassName
{
background-color: #50246C;
}
.BgClassName
{
background-color: #50246C;
}
</style>
border-color css
<style>
span { border-color: #50246C; }
span { border-color: rgb(80,36,108); }
td.TdClassName
{
border-color: #50246C;
}
.TagClassName
{
border-color: #50246C;
}
</style>