Shades of Blue Diamond #50196C
Tints of Blue Diamond #50196C
RGB
CMYK
RGB Variations
Color information
#50196C (or 0x50196C) is known color: Blue Diamond. HEX triplet: 50, 19 and 6C. RGB value is (80,25,108). Sum of RGB (Red+Green+Blue) = 80+25+108=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #50196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50196C is #AFE693. Grayscale: #323232. Windows color (decimal): -11527828 or 7084368. OLE color: 7084368.
HSL color Cylindrical-coordinate representation of color #50196C: hue angle of 279.76º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50196C is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 25 | 108 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.58 |
| HSL | 279.76º | 0.62% | 0.26% | - |
| HSV(B) | 279.76º | 0.77% | 0.42% | - |
| XYZ | 6.36 | 3.48 | 14.52 | - |
| YUV | 50.91 | 160.22 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 108 | 0.26 | 0.77 | 0 | 0.58 | 279.76 | 0.62 | 0.26 |
| Hex | 50 | 19 | 6C | 1A | 4D | 0 | 3A | 118 | 3E | 1A |
| Octal | 120 | 31 | 154 | 32 | 115 | 0 | 72 | 430 | 76 | 32 |
| Binary | 1010000 | 11001 | 1101100 | 11010 | 1001101 | 0 | 111010 | 100011000 | 111110 | 11010 |
Color Harmonies of #50196C
Complementary color
Monochromatic Colors of #50196C
Black with #50196C
Text Example
Text Example
White with #50196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50196C; }
p { color: rgb(80,25,108); }
H1.HeaderClassName
{
color: #50196C;
}
.AnyTagClassName
{
color: #50196C;
}
</style>
background-color css
<style>
a { background-color: #50196C; }
a { background-color: rgb(80,25,108); }
div.DivClassName
{
background-color: #50196C;
}
.BgClassName
{
background-color: #50196C;
}
</style>
border-color css
<style>
span { border-color: #50196C; }
span { border-color: rgb(80,25,108); }
td.TdClassName
{
border-color: #50196C;
}
.TagClassName
{
border-color: #50196C;
}
</style>