Shades of Blue Diamond #512873
Tints of Blue Diamond #512873
RGB
CMYK
RGB Variations
Color information
#512873 (or 0x512873) is known color: Blue Diamond. HEX triplet: 51, 28 and 73. RGB value is (81,40,115). Sum of RGB (Red+Green+Blue) = 81+40+115=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #512873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512873 is #AED78C. Grayscale: #3C3C3C. Windows color (decimal): -11458445 or 7546961. OLE color: 7546961.
HSL color Cylindrical-coordinate representation of color #512873: hue angle of 272.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #512873 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 40 | 115 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.55 |
| HSL | 272.8º | 0.48% | 0.3% | - |
| HSV(B) | 272.8º | 0.65% | 0.45% | - |
| XYZ | 7.25 | 4.5 | 16.71 | - |
| YUV | 60.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 115 | 0.30 | 0.65 | 0 | 0.55 | 272.8 | 0.48 | 0.3 |
| Hex | 51 | 28 | 73 | 1E | 41 | 0 | 37 | 111 | 30 | 1E |
| Octal | 121 | 50 | 163 | 36 | 101 | 0 | 67 | 421 | 60 | 36 |
| Binary | 1010001 | 101000 | 1110011 | 11110 | 1000001 | 0 | 110111 | 100010001 | 110000 | 11110 |
Color Harmonies of #512873
Complementary color
Monochromatic Colors of #512873
Black with #512873
Text Example
Text Example
White with #512873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512873; }
p { color: rgb(81,40,115); }
H1.HeaderClassName
{
color: #512873;
}
.AnyTagClassName
{
color: #512873;
}
</style>
background-color css
<style>
a { background-color: #512873; }
a { background-color: rgb(81,40,115); }
div.DivClassName
{
background-color: #512873;
}
.BgClassName
{
background-color: #512873;
}
</style>
border-color css
<style>
span { border-color: #512873; }
span { border-color: rgb(81,40,115); }
td.TdClassName
{
border-color: #512873;
}
.TagClassName
{
border-color: #512873;
}
</style>