Shades of Blue Diamond #512776
Tints of Blue Diamond #512776
RGB
CMYK
RGB Variations
Color information
#512776 (or 0x512776) is known color: Blue Diamond. HEX triplet: 51, 27 and 76. RGB value is (81,39,118). Sum of RGB (Red+Green+Blue) = 81+39+118=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #512776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512776 is #AED889. Grayscale: #3C3C3C. Windows color (decimal): -11458698 or 7743313. OLE color: 7743313.
HSL color Cylindrical-coordinate representation of color #512776: hue angle of 271.9º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #512776 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 39 | 118 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.54 |
| HSL | 271.9º | 0.5% | 0.31% | - |
| HSV(B) | 271.9º | 0.67% | 0.46% | - |
| XYZ | 7.39 | 4.51 | 17.62 | - |
| YUV | 60.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 118 | 0.31 | 0.67 | 0 | 0.54 | 271.9 | 0.5 | 0.31 |
| Hex | 51 | 27 | 76 | 1F | 43 | 0 | 36 | 110 | 32 | 1F |
| Octal | 121 | 47 | 166 | 37 | 103 | 0 | 66 | 420 | 62 | 37 |
| Binary | 1010001 | 100111 | 1110110 | 11111 | 1000011 | 0 | 110110 | 100010000 | 110010 | 11111 |
Color Harmonies of #512776
Complementary color
Monochromatic Colors of #512776
Black with #512776
Text Example
Text Example
White with #512776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512776; }
p { color: rgb(81,39,118); }
H1.HeaderClassName
{
color: #512776;
}
.AnyTagClassName
{
color: #512776;
}
</style>
background-color css
<style>
a { background-color: #512776; }
a { background-color: rgb(81,39,118); }
div.DivClassName
{
background-color: #512776;
}
.BgClassName
{
background-color: #512776;
}
</style>
border-color css
<style>
span { border-color: #512776; }
span { border-color: rgb(81,39,118); }
td.TdClassName
{
border-color: #512776;
}
.TagClassName
{
border-color: #512776;
}
</style>