Shades of Blue Diamond #50176F
Tints of Blue Diamond #50176F
RGB
CMYK
RGB Variations
Color information
#50176F (or 0x50176F) is known color: Blue Diamond. HEX triplet: 50, 17 and 6F. RGB value is (80,23,111). Sum of RGB (Red+Green+Blue) = 80+23+111=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #50176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50176F is #AFE890. Grayscale: #313131. Windows color (decimal): -11528337 or 7280464. OLE color: 7280464.
HSL color Cylindrical-coordinate representation of color #50176F: hue angle of 278.86º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50176F is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 23 | 111 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.56 |
| HSL | 278.86º | 0.66% | 0.26% | - |
| HSV(B) | 278.86º | 0.79% | 0.44% | - |
| XYZ | 6.48 | 3.47 | 15.37 | - |
| YUV | 50.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 111 | 0.28 | 0.79 | 0 | 0.56 | 278.86 | 0.66 | 0.26 |
| Hex | 50 | 17 | 6F | 1C | 4F | 0 | 38 | 117 | 42 | 1A |
| Octal | 120 | 27 | 157 | 34 | 117 | 0 | 70 | 427 | 102 | 32 |
| Binary | 1010000 | 10111 | 1101111 | 11100 | 1001111 | 0 | 111000 | 100010111 | 1000010 | 11010 |
Color Harmonies of #50176F
Complementary color
Monochromatic Colors of #50176F
Black with #50176F
Text Example
Text Example
White with #50176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50176F; }
p { color: rgb(80,23,111); }
H1.HeaderClassName
{
color: #50176F;
}
.AnyTagClassName
{
color: #50176F;
}
</style>
background-color css
<style>
a { background-color: #50176F; }
a { background-color: rgb(80,23,111); }
div.DivClassName
{
background-color: #50176F;
}
.BgClassName
{
background-color: #50176F;
}
</style>
border-color css
<style>
span { border-color: #50176F; }
span { border-color: rgb(80,23,111); }
td.TdClassName
{
border-color: #50176F;
}
.TagClassName
{
border-color: #50176F;
}
</style>