Shades of Blue Diamond #512F76
Tints of Blue Diamond #512F76
RGB
CMYK
RGB Variations
Color information
#512F76 (or 0x512F76) is known color: Blue Diamond. HEX triplet: 51, 2F and 76. RGB value is (81,47,118). Sum of RGB (Red+Green+Blue) = 81+47+118=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #512F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512F76 is #AED089. Grayscale: #414141. Windows color (decimal): -11456650 or 7745361. OLE color: 7745361.
HSL color Cylindrical-coordinate representation of color #512F76: hue angle of 268.73º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512F76 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 47 | 118 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.54 |
| HSL | 268.73º | 0.43% | 0.32% | - |
| HSV(B) | 268.73º | 0.6% | 0.46% | - |
| XYZ | 7.68 | 5.09 | 17.72 | - |
| YUV | 65.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 118 | 0.31 | 0.60 | 0 | 0.54 | 268.73 | 0.43 | 0.32 |
| Hex | 51 | 2F | 76 | 1F | 3C | 0 | 36 | 10D | 2B | 20 |
| Octal | 121 | 57 | 166 | 37 | 74 | 0 | 66 | 415 | 53 | 40 |
| Binary | 1010001 | 101111 | 1110110 | 11111 | 111100 | 0 | 110110 | 100001101 | 101011 | 100000 |
Color Harmonies of #512F76
Complementary color
Monochromatic Colors of #512F76
Black with #512F76
Text Example
Text Example
White with #512F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F76; }
p { color: rgb(81,47,118); }
H1.HeaderClassName
{
color: #512F76;
}
.AnyTagClassName
{
color: #512F76;
}
</style>
background-color css
<style>
a { background-color: #512F76; }
a { background-color: rgb(81,47,118); }
div.DivClassName
{
background-color: #512F76;
}
.BgClassName
{
background-color: #512F76;
}
</style>
border-color css
<style>
span { border-color: #512F76; }
span { border-color: rgb(81,47,118); }
td.TdClassName
{
border-color: #512F76;
}
.TagClassName
{
border-color: #512F76;
}
</style>