Shades of Blue Diamond #501771
Tints of Blue Diamond #501771
RGB
CMYK
RGB Variations
Color information
#501771 (or 0x501771) is known color: Blue Diamond. HEX triplet: 50, 17 and 71. RGB value is (80,23,113). Sum of RGB (Red+Green+Blue) = 80+23+113=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #501771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501771 is #AFE88E. Grayscale: #323232. Windows color (decimal): -11528335 or 7411536. OLE color: 7411536.
HSL color Cylindrical-coordinate representation of color #501771: hue angle of 278º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501771 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 23 | 113 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.56 |
| HSL | 278º | 0.66% | 0.27% | - |
| HSV(B) | 278º | 0.8% | 0.44% | - |
| XYZ | 6.6 | 3.51 | 15.95 | - |
| YUV | 50.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 113 | 0.29 | 0.80 | 0 | 0.56 | 278 | 0.66 | 0.27 |
| Hex | 50 | 17 | 71 | 1D | 50 | 0 | 38 | 116 | 42 | 1B |
| Octal | 120 | 27 | 161 | 35 | 120 | 0 | 70 | 426 | 102 | 33 |
| Binary | 1010000 | 10111 | 1110001 | 11101 | 1010000 | 0 | 111000 | 100010110 | 1000010 | 11011 |
Color Harmonies of #501771
Complementary color
Monochromatic Colors of #501771
Black with #501771
Text Example
Text Example
White with #501771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501771; }
p { color: rgb(80,23,113); }
H1.HeaderClassName
{
color: #501771;
}
.AnyTagClassName
{
color: #501771;
}
</style>
background-color css
<style>
a { background-color: #501771; }
a { background-color: rgb(80,23,113); }
div.DivClassName
{
background-color: #501771;
}
.BgClassName
{
background-color: #501771;
}
</style>
border-color css
<style>
span { border-color: #501771; }
span { border-color: rgb(80,23,113); }
td.TdClassName
{
border-color: #501771;
}
.TagClassName
{
border-color: #501771;
}
</style>