Shades of Blue Diamond #511A72
Tints of Blue Diamond #511A72
RGB
CMYK
RGB Variations
Color information
#511A72 (or 0x511A72) is known color: Blue Diamond. HEX triplet: 51, 1A and 72. RGB value is (81,26,114). Sum of RGB (Red+Green+Blue) = 81+26+114=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #511A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A72 is #AEE58D. Grayscale: #343434. Windows color (decimal): -11462030 or 7477841. OLE color: 7477841.
HSL color Cylindrical-coordinate representation of color #511A72: hue angle of 277.5º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511A72 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 26 | 114 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.55 |
| HSL | 277.5º | 0.63% | 0.27% | - |
| HSV(B) | 277.5º | 0.77% | 0.45% | - |
| XYZ | 6.8 | 3.7 | 16.28 | - |
| YUV | 52.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 114 | 0.29 | 0.77 | 0 | 0.55 | 277.5 | 0.63 | 0.27 |
| Hex | 51 | 1A | 72 | 1D | 4D | 0 | 37 | 116 | 3F | 1B |
| Octal | 121 | 32 | 162 | 35 | 115 | 0 | 67 | 426 | 77 | 33 |
| Binary | 1010001 | 11010 | 1110010 | 11101 | 1001101 | 0 | 110111 | 100010110 | 111111 | 11011 |
Color Harmonies of #511A72
Complementary color
Monochromatic Colors of #511A72
Black with #511A72
Text Example
Text Example
White with #511A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A72; }
p { color: rgb(81,26,114); }
H1.HeaderClassName
{
color: #511A72;
}
.AnyTagClassName
{
color: #511A72;
}
</style>
background-color css
<style>
a { background-color: #511A72; }
a { background-color: rgb(81,26,114); }
div.DivClassName
{
background-color: #511A72;
}
.BgClassName
{
background-color: #511A72;
}
</style>
border-color css
<style>
span { border-color: #511A72; }
span { border-color: rgb(81,26,114); }
td.TdClassName
{
border-color: #511A72;
}
.TagClassName
{
border-color: #511A72;
}
</style>