Shades of Blue Diamond #511E70
Tints of Blue Diamond #511E70
RGB
CMYK
RGB Variations
Color information
#511E70 (or 0x511E70) is known color: Blue Diamond. HEX triplet: 51, 1E and 70. RGB value is (81,30,112). Sum of RGB (Red+Green+Blue) = 81+30+112=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #511E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511E70 is #AEE18F. Grayscale: #363636. Windows color (decimal): -11461008 or 7347793. OLE color: 7347793.
HSL color Cylindrical-coordinate representation of color #511E70: hue angle of 277.32º 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 #511E70 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 30 | 112 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.56 |
| HSL | 277.32º | 0.58% | 0.28% | - |
| HSV(B) | 277.32º | 0.73% | 0.44% | - |
| XYZ | 6.78 | 3.85 | 15.71 | - |
| YUV | 54.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 112 | 0.28 | 0.73 | 0 | 0.56 | 277.32 | 0.58 | 0.28 |
| Hex | 51 | 1E | 70 | 1C | 49 | 0 | 38 | 115 | 3A | 1C |
| Octal | 121 | 36 | 160 | 34 | 111 | 0 | 70 | 425 | 72 | 34 |
| Binary | 1010001 | 11110 | 1110000 | 11100 | 1001001 | 0 | 111000 | 100010101 | 111010 | 11100 |
Color Harmonies of #511E70
Complementary color
Monochromatic Colors of #511E70
Black with #511E70
Text Example
Text Example
White with #511E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E70; }
p { color: rgb(81,30,112); }
H1.HeaderClassName
{
color: #511E70;
}
.AnyTagClassName
{
color: #511E70;
}
</style>
background-color css
<style>
a { background-color: #511E70; }
a { background-color: rgb(81,30,112); }
div.DivClassName
{
background-color: #511E70;
}
.BgClassName
{
background-color: #511E70;
}
</style>
border-color css
<style>
span { border-color: #511E70; }
span { border-color: rgb(81,30,112); }
td.TdClassName
{
border-color: #511E70;
}
.TagClassName
{
border-color: #511E70;
}
</style>