Shades of Blue Diamond #50197C
Tints of Blue Diamond #50197C
RGB
CMYK
RGB Variations
Color information
#50197C (or 0x50197C) is known color: Blue Diamond. HEX triplet: 50, 19 and 7C. RGB value is (80,25,124). Sum of RGB (Red+Green+Blue) = 80+25+124=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #50197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50197C is #AFE683. Grayscale: #343434. Windows color (decimal): -11527812 or 8132944. OLE color: 8132944.
HSL color Cylindrical-coordinate representation of color #50197C: hue angle of 273.33º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50197C is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 25 | 124 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.51 |
| HSL | 273.33º | 0.66% | 0.29% | - |
| HSV(B) | 273.33º | 0.8% | 0.49% | - |
| XYZ | 7.29 | 3.86 | 19.43 | - |
| YUV | 52.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 124 | 0.35 | 0.80 | 0 | 0.51 | 273.33 | 0.66 | 0.29 |
| Hex | 50 | 19 | 7C | 23 | 50 | 0 | 33 | 111 | 42 | 1D |
| Octal | 120 | 31 | 174 | 43 | 120 | 0 | 63 | 421 | 102 | 35 |
| Binary | 1010000 | 11001 | 1111100 | 100011 | 1010000 | 0 | 110011 | 100010001 | 1000010 | 11101 |
Color Harmonies of #50197C
Complementary color
Monochromatic Colors of #50197C
Black with #50197C
Text Example
Text Example
White with #50197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50197C; }
p { color: rgb(80,25,124); }
H1.HeaderClassName
{
color: #50197C;
}
.AnyTagClassName
{
color: #50197C;
}
</style>
background-color css
<style>
a { background-color: #50197C; }
a { background-color: rgb(80,25,124); }
div.DivClassName
{
background-color: #50197C;
}
.BgClassName
{
background-color: #50197C;
}
</style>
border-color css
<style>
span { border-color: #50197C; }
span { border-color: rgb(80,25,124); }
td.TdClassName
{
border-color: #50197C;
}
.TagClassName
{
border-color: #50197C;
}
</style>