Shades of Blue Diamond #511A71
Tints of Blue Diamond #511A71
RGB
CMYK
RGB Variations
Color information
#511A71 (or 0x511A71) is known color: Blue Diamond. HEX triplet: 51, 1A and 71. RGB value is (81,26,113). Sum of RGB (Red+Green+Blue) = 81+26+113=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #511A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A71 is #AEE58E. Grayscale: #343434. Windows color (decimal): -11462031 or 7412305. OLE color: 7412305.
HSL color Cylindrical-coordinate representation of color #511A71: hue angle of 277.93º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511A71 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 26 | 113 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.56 |
| HSL | 277.93º | 0.63% | 0.27% | - |
| HSV(B) | 277.93º | 0.77% | 0.44% | - |
| XYZ | 6.74 | 3.68 | 15.98 | - |
| YUV | 52.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 113 | 0.28 | 0.77 | 0 | 0.56 | 277.93 | 0.63 | 0.27 |
| Hex | 51 | 1A | 71 | 1C | 4D | 0 | 38 | 116 | 3F | 1B |
| Octal | 121 | 32 | 161 | 34 | 115 | 0 | 70 | 426 | 77 | 33 |
| Binary | 1010001 | 11010 | 1110001 | 11100 | 1001101 | 0 | 111000 | 100010110 | 111111 | 11011 |
Color Harmonies of #511A71
Complementary color
Monochromatic Colors of #511A71
Black with #511A71
Text Example
Text Example
White with #511A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A71; }
p { color: rgb(81,26,113); }
H1.HeaderClassName
{
color: #511A71;
}
.AnyTagClassName
{
color: #511A71;
}
</style>
background-color css
<style>
a { background-color: #511A71; }
a { background-color: rgb(81,26,113); }
div.DivClassName
{
background-color: #511A71;
}
.BgClassName
{
background-color: #511A71;
}
</style>
border-color css
<style>
span { border-color: #511A71; }
span { border-color: rgb(81,26,113); }
td.TdClassName
{
border-color: #511A71;
}
.TagClassName
{
border-color: #511A71;
}
</style>