Shades of Blue Diamond #50197D
Tints of Blue Diamond #50197D
RGB
CMYK
RGB Variations
Color information
#50197D (or 0x50197D) is known color: Blue Diamond. HEX triplet: 50, 19 and 7D. RGB value is (80,25,125). Sum of RGB (Red+Green+Blue) = 80+25+125=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #50197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50197D is #AFE682. Grayscale: #343434. Windows color (decimal): -11527811 or 8198480. OLE color: 8198480.
HSL color Cylindrical-coordinate representation of color #50197D: hue angle of 273º degrees, saturation: 0.67, 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 #50197D is Cyan = 0.36, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 25 | 125 | - |
| CMYK | 0.36 | 0.8 | 0 | 0.51 |
| HSL | 273º | 0.67% | 0.29% | - |
| HSV(B) | 273º | 0.8% | 0.49% | - |
| XYZ | 7.36 | 3.88 | 19.76 | - |
| YUV | 52.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 125 | 0.36 | 0.8 | 0 | 0.51 | 273 | 0.67 | 0.29 |
| Hex | 50 | 19 | 7D | 24 | 50 | 0 | 33 | 111 | 43 | 1D |
| Octal | 120 | 31 | 175 | 44 | 120 | 0 | 63 | 421 | 103 | 35 |
| Binary | 1010000 | 11001 | 1111101 | 100100 | 1010000 | 0 | 110011 | 100010001 | 1000011 | 11101 |
Color Harmonies of #50197D
Complementary color
Monochromatic Colors of #50197D
Black with #50197D
Text Example
Text Example
White with #50197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50197D; }
p { color: rgb(80,25,125); }
H1.HeaderClassName
{
color: #50197D;
}
.AnyTagClassName
{
color: #50197D;
}
</style>
background-color css
<style>
a { background-color: #50197D; }
a { background-color: rgb(80,25,125); }
div.DivClassName
{
background-color: #50197D;
}
.BgClassName
{
background-color: #50197D;
}
</style>
border-color css
<style>
span { border-color: #50197D; }
span { border-color: rgb(80,25,125); }
td.TdClassName
{
border-color: #50197D;
}
.TagClassName
{
border-color: #50197D;
}
</style>