Shades of Blue Diamond #50197E
Tints of Blue Diamond #50197E
RGB
CMYK
RGB Variations
Color information
#50197E (or 0x50197E) is known color: Blue Diamond. HEX triplet: 50, 19 and 7E. RGB value is (80,25,126). Sum of RGB (Red+Green+Blue) = 80+25+126=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #50197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50197E is #AFE681. Grayscale: #343434. Windows color (decimal): -11527810 or 8264016. OLE color: 8264016.
HSL color Cylindrical-coordinate representation of color #50197E: hue angle of 272.67º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50197E is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 25 | 126 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.51 |
| HSL | 272.67º | 0.67% | 0.3% | - |
| HSV(B) | 272.67º | 0.8% | 0.49% | - |
| XYZ | 7.42 | 3.91 | 20.1 | - |
| YUV | 52.96 | 169.22 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 126 | 0.37 | 0.80 | 0 | 0.51 | 272.67 | 0.67 | 0.3 |
| Hex | 50 | 19 | 7E | 25 | 50 | 0 | 33 | 111 | 43 | 1E |
| Octal | 120 | 31 | 176 | 45 | 120 | 0 | 63 | 421 | 103 | 36 |
| Binary | 1010000 | 11001 | 1111110 | 100101 | 1010000 | 0 | 110011 | 100010001 | 1000011 | 11110 |
Color Harmonies of #50197E
Complementary color
Monochromatic Colors of #50197E
Black with #50197E
Text Example
Text Example
White with #50197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50197E; }
p { color: rgb(80,25,126); }
H1.HeaderClassName
{
color: #50197E;
}
.AnyTagClassName
{
color: #50197E;
}
</style>
background-color css
<style>
a { background-color: #50197E; }
a { background-color: rgb(80,25,126); }
div.DivClassName
{
background-color: #50197E;
}
.BgClassName
{
background-color: #50197E;
}
</style>
border-color css
<style>
span { border-color: #50197E; }
span { border-color: rgb(80,25,126); }
td.TdClassName
{
border-color: #50197E;
}
.TagClassName
{
border-color: #50197E;
}
</style>