Shades of Blue Diamond #511A73
Tints of Blue Diamond #511A73
RGB
CMYK
RGB Variations
Color information
#511A73 (or 0x511A73) is known color: Blue Diamond. HEX triplet: 51, 1A and 73. RGB value is (81,26,115). Sum of RGB (Red+Green+Blue) = 81+26+115=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #511A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A73 is #AEE58C. Grayscale: #343434. Windows color (decimal): -11462029 or 7543377. OLE color: 7543377.
HSL color Cylindrical-coordinate representation of color #511A73: hue angle of 277.08º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511A73 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 26 | 115 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.55 |
| HSL | 277.08º | 0.63% | 0.28% | - |
| HSV(B) | 277.08º | 0.77% | 0.45% | - |
| XYZ | 6.86 | 3.73 | 16.58 | - |
| YUV | 52.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 115 | 0.30 | 0.77 | 0 | 0.55 | 277.08 | 0.63 | 0.28 |
| Hex | 51 | 1A | 73 | 1E | 4D | 0 | 37 | 115 | 3F | 1C |
| Octal | 121 | 32 | 163 | 36 | 115 | 0 | 67 | 425 | 77 | 34 |
| Binary | 1010001 | 11010 | 1110011 | 11110 | 1001101 | 0 | 110111 | 100010101 | 111111 | 11100 |
Color Harmonies of #511A73
Complementary color
Monochromatic Colors of #511A73
Black with #511A73
Text Example
Text Example
White with #511A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A73; }
p { color: rgb(81,26,115); }
H1.HeaderClassName
{
color: #511A73;
}
.AnyTagClassName
{
color: #511A73;
}
</style>
background-color css
<style>
a { background-color: #511A73; }
a { background-color: rgb(81,26,115); }
div.DivClassName
{
background-color: #511A73;
}
.BgClassName
{
background-color: #511A73;
}
</style>
border-color css
<style>
span { border-color: #511A73; }
span { border-color: rgb(81,26,115); }
td.TdClassName
{
border-color: #511A73;
}
.TagClassName
{
border-color: #511A73;
}
</style>