Shades of Blue Diamond #511F71
Tints of Blue Diamond #511F71
RGB
CMYK
RGB Variations
Color information
#511F71 (or 0x511F71) is known color: Blue Diamond. HEX triplet: 51, 1F and 71. RGB value is (81,31,113). Sum of RGB (Red+Green+Blue) = 81+31+113=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #511F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F71 is #AEE08E. Grayscale: #373737. Windows color (decimal): -11460751 or 7413585. OLE color: 7413585.
HSL color Cylindrical-coordinate representation of color #511F71: hue angle of 276.59º degrees, saturation: 0.57, 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 #511F71 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 31 | 113 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.56 |
| HSL | 276.59º | 0.57% | 0.28% | - |
| HSV(B) | 276.59º | 0.73% | 0.44% | - |
| XYZ | 6.86 | 3.92 | 16.02 | - |
| YUV | 55.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 113 | 0.28 | 0.73 | 0 | 0.56 | 276.59 | 0.57 | 0.28 |
| Hex | 51 | 1F | 71 | 1C | 49 | 0 | 38 | 115 | 39 | 1C |
| Octal | 121 | 37 | 161 | 34 | 111 | 0 | 70 | 425 | 71 | 34 |
| Binary | 1010001 | 11111 | 1110001 | 11100 | 1001001 | 0 | 111000 | 100010101 | 111001 | 11100 |
Color Harmonies of #511F71
Complementary color
Monochromatic Colors of #511F71
Black with #511F71
Text Example
Text Example
White with #511F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F71; }
p { color: rgb(81,31,113); }
H1.HeaderClassName
{
color: #511F71;
}
.AnyTagClassName
{
color: #511F71;
}
</style>
background-color css
<style>
a { background-color: #511F71; }
a { background-color: rgb(81,31,113); }
div.DivClassName
{
background-color: #511F71;
}
.BgClassName
{
background-color: #511F71;
}
</style>
border-color css
<style>
span { border-color: #511F71; }
span { border-color: rgb(81,31,113); }
td.TdClassName
{
border-color: #511F71;
}
.TagClassName
{
border-color: #511F71;
}
</style>