Shades of Blue Diamond #512872
Tints of Blue Diamond #512872
RGB
CMYK
RGB Variations
Color information
#512872 (or 0x512872) is known color: Blue Diamond. HEX triplet: 51, 28 and 72. RGB value is (81,40,114). Sum of RGB (Red+Green+Blue) = 81+40+114=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #512872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512872 is #AED78D. Grayscale: #3C3C3C. Windows color (decimal): -11458446 or 7481425. OLE color: 7481425.
HSL color Cylindrical-coordinate representation of color #512872: hue angle of 273.24º 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 #512872 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 40 | 114 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.55 |
| HSL | 273.24º | 0.48% | 0.3% | - |
| HSV(B) | 273.24º | 0.65% | 0.45% | - |
| XYZ | 7.19 | 4.48 | 16.41 | - |
| YUV | 60.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 114 | 0.29 | 0.65 | 0 | 0.55 | 273.24 | 0.48 | 0.3 |
| Hex | 51 | 28 | 72 | 1D | 41 | 0 | 37 | 111 | 30 | 1E |
| Octal | 121 | 50 | 162 | 35 | 101 | 0 | 67 | 421 | 60 | 36 |
| Binary | 1010001 | 101000 | 1110010 | 11101 | 1000001 | 0 | 110111 | 100010001 | 110000 | 11110 |
Color Harmonies of #512872
Complementary color
Monochromatic Colors of #512872
Black with #512872
Text Example
Text Example
White with #512872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512872; }
p { color: rgb(81,40,114); }
H1.HeaderClassName
{
color: #512872;
}
.AnyTagClassName
{
color: #512872;
}
</style>
background-color css
<style>
a { background-color: #512872; }
a { background-color: rgb(81,40,114); }
div.DivClassName
{
background-color: #512872;
}
.BgClassName
{
background-color: #512872;
}
</style>
border-color css
<style>
span { border-color: #512872; }
span { border-color: rgb(81,40,114); }
td.TdClassName
{
border-color: #512872;
}
.TagClassName
{
border-color: #512872;
}
</style>