Shades of Blue Diamond #501E70
Tints of Blue Diamond #501E70
RGB
CMYK
RGB Variations
Color information
#501E70 (or 0x501E70) is known color: Blue Diamond. HEX triplet: 50, 1E and 70. RGB value is (80,30,112). Sum of RGB (Red+Green+Blue) = 80+30+112=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #501E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501E70 is #AFE18F. Grayscale: #363636. Windows color (decimal): -11526544 or 7347792. OLE color: 7347792.
HSL color Cylindrical-coordinate representation of color #501E70: hue angle of 276.59º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501E70 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 30 | 112 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.56 |
| HSL | 276.59º | 0.58% | 0.28% | - |
| HSV(B) | 276.59º | 0.73% | 0.44% | - |
| XYZ | 6.7 | 3.8 | 15.71 | - |
| YUV | 54.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 112 | 0.29 | 0.73 | 0 | 0.56 | 276.59 | 0.58 | 0.28 |
| Hex | 50 | 1E | 70 | 1D | 49 | 0 | 38 | 115 | 3A | 1C |
| Octal | 120 | 36 | 160 | 35 | 111 | 0 | 70 | 425 | 72 | 34 |
| Binary | 1010000 | 11110 | 1110000 | 11101 | 1001001 | 0 | 111000 | 100010101 | 111010 | 11100 |
Color Harmonies of #501E70
Complementary color
Monochromatic Colors of #501E70
Black with #501E70
Text Example
Text Example
White with #501E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E70; }
p { color: rgb(80,30,112); }
H1.HeaderClassName
{
color: #501E70;
}
.AnyTagClassName
{
color: #501E70;
}
</style>
background-color css
<style>
a { background-color: #501E70; }
a { background-color: rgb(80,30,112); }
div.DivClassName
{
background-color: #501E70;
}
.BgClassName
{
background-color: #501E70;
}
</style>
border-color css
<style>
span { border-color: #501E70; }
span { border-color: rgb(80,30,112); }
td.TdClassName
{
border-color: #501E70;
}
.TagClassName
{
border-color: #501E70;
}
</style>