Shades of Blue Diamond #511E71
Tints of Blue Diamond #511E71
RGB
CMYK
RGB Variations
Color information
#511E71 (or 0x511E71) is known color: Blue Diamond. HEX triplet: 51, 1E and 71. RGB value is (81,30,113). Sum of RGB (Red+Green+Blue) = 81+30+113=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #511E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511E71 is #AEE18E. Grayscale: #363636. Windows color (decimal): -11461007 or 7413329. OLE color: 7413329.
HSL color Cylindrical-coordinate representation of color #511E71: hue angle of 276.87º 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 #511E71 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 30 | 113 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.56 |
| HSL | 276.87º | 0.58% | 0.28% | - |
| HSV(B) | 276.87º | 0.73% | 0.44% | - |
| XYZ | 6.84 | 3.87 | 16.01 | - |
| YUV | 54.71 | 160.9 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 113 | 0.28 | 0.73 | 0 | 0.56 | 276.87 | 0.58 | 0.28 |
| Hex | 51 | 1E | 71 | 1C | 49 | 0 | 38 | 115 | 3A | 1C |
| Octal | 121 | 36 | 161 | 34 | 111 | 0 | 70 | 425 | 72 | 34 |
| Binary | 1010001 | 11110 | 1110001 | 11100 | 1001001 | 0 | 111000 | 100010101 | 111010 | 11100 |
Color Harmonies of #511E71
Complementary color
Monochromatic Colors of #511E71
Black with #511E71
Text Example
Text Example
White with #511E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E71; }
p { color: rgb(81,30,113); }
H1.HeaderClassName
{
color: #511E71;
}
.AnyTagClassName
{
color: #511E71;
}
</style>
background-color css
<style>
a { background-color: #511E71; }
a { background-color: rgb(81,30,113); }
div.DivClassName
{
background-color: #511E71;
}
.BgClassName
{
background-color: #511E71;
}
</style>
border-color css
<style>
span { border-color: #511E71; }
span { border-color: rgb(81,30,113); }
td.TdClassName
{
border-color: #511E71;
}
.TagClassName
{
border-color: #511E71;
}
</style>