Shades of Blue Diamond #511C71
Tints of Blue Diamond #511C71
RGB
CMYK
RGB Variations
Color information
#511C71 (or 0x511C71) is known color: Blue Diamond. HEX triplet: 51, 1C and 71. RGB value is (81,28,113). Sum of RGB (Red+Green+Blue) = 81+28+113=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #511C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C71 is #AEE38E. Grayscale: #353535. Windows color (decimal): -11461519 or 7412817. OLE color: 7412817.
HSL color Cylindrical-coordinate representation of color #511C71: hue angle of 277.41º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511C71 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 28 | 113 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.56 |
| HSL | 277.41º | 0.6% | 0.28% | - |
| HSV(B) | 277.41º | 0.75% | 0.44% | - |
| XYZ | 6.79 | 3.77 | 15.99 | - |
| YUV | 53.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 113 | 0.28 | 0.75 | 0 | 0.56 | 277.41 | 0.6 | 0.28 |
| Hex | 51 | 1C | 71 | 1C | 4B | 0 | 38 | 115 | 3C | 1C |
| Octal | 121 | 34 | 161 | 34 | 113 | 0 | 70 | 425 | 74 | 34 |
| Binary | 1010001 | 11100 | 1110001 | 11100 | 1001011 | 0 | 111000 | 100010101 | 111100 | 11100 |
Color Harmonies of #511C71
Complementary color
Monochromatic Colors of #511C71
Black with #511C71
Text Example
Text Example
White with #511C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C71; }
p { color: rgb(81,28,113); }
H1.HeaderClassName
{
color: #511C71;
}
.AnyTagClassName
{
color: #511C71;
}
</style>
background-color css
<style>
a { background-color: #511C71; }
a { background-color: rgb(81,28,113); }
div.DivClassName
{
background-color: #511C71;
}
.BgClassName
{
background-color: #511C71;
}
</style>
border-color css
<style>
span { border-color: #511C71; }
span { border-color: rgb(81,28,113); }
td.TdClassName
{
border-color: #511C71;
}
.TagClassName
{
border-color: #511C71;
}
</style>