Shades of Blue Diamond #512576
Tints of Blue Diamond #512576
RGB
CMYK
RGB Variations
Color information
#512576 (or 0x512576) is known color: Blue Diamond. HEX triplet: 51, 25 and 76. RGB value is (81,37,118). Sum of RGB (Red+Green+Blue) = 81+37+118=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #512576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512576 is #AEDA89. Grayscale: #3B3B3B. Windows color (decimal): -11459210 or 7742801. OLE color: 7742801.
HSL color Cylindrical-coordinate representation of color #512576: hue angle of 272.59º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #512576 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 37 | 118 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.54 |
| HSL | 272.59º | 0.52% | 0.3% | - |
| HSV(B) | 272.59º | 0.69% | 0.46% | - |
| XYZ | 7.32 | 4.38 | 17.6 | - |
| YUV | 59.39 | 161.08 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 37 | 118 | 0.31 | 0.69 | 0 | 0.54 | 272.59 | 0.52 | 0.3 |
| Hex | 51 | 25 | 76 | 1F | 45 | 0 | 36 | 111 | 34 | 1E |
| Octal | 121 | 45 | 166 | 37 | 105 | 0 | 66 | 421 | 64 | 36 |
| Binary | 1010001 | 100101 | 1110110 | 11111 | 1000101 | 0 | 110110 | 100010001 | 110100 | 11110 |
Color Harmonies of #512576
Complementary color
Monochromatic Colors of #512576
Black with #512576
Text Example
Text Example
White with #512576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512576; }
p { color: rgb(81,37,118); }
H1.HeaderClassName
{
color: #512576;
}
.AnyTagClassName
{
color: #512576;
}
</style>
background-color css
<style>
a { background-color: #512576; }
a { background-color: rgb(81,37,118); }
div.DivClassName
{
background-color: #512576;
}
.BgClassName
{
background-color: #512576;
}
</style>
border-color css
<style>
span { border-color: #512576; }
span { border-color: rgb(81,37,118); }
td.TdClassName
{
border-color: #512576;
}
.TagClassName
{
border-color: #512576;
}
</style>