Shades of Blue Diamond #511972
Tints of Blue Diamond #511972
RGB
CMYK
RGB Variations
Color information
#511972 (or 0x511972) is known color: Blue Diamond. HEX triplet: 51, 19 and 72. RGB value is (81,25,114). Sum of RGB (Red+Green+Blue) = 81+25+114=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #511972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511972 is #AEE68D. Grayscale: #333333. Windows color (decimal): -11462286 or 7477585. OLE color: 7477585.
HSL color Cylindrical-coordinate representation of color #511972: hue angle of 277.75º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511972 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 25 | 114 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.55 |
| HSL | 277.75º | 0.64% | 0.27% | - |
| HSV(B) | 277.75º | 0.78% | 0.45% | - |
| XYZ | 6.78 | 3.66 | 16.27 | - |
| YUV | 51.89 | 163.05 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 114 | 0.29 | 0.78 | 0 | 0.55 | 277.75 | 0.64 | 0.27 |
| Hex | 51 | 19 | 72 | 1D | 4E | 0 | 37 | 116 | 40 | 1B |
| Octal | 121 | 31 | 162 | 35 | 116 | 0 | 67 | 426 | 100 | 33 |
| Binary | 1010001 | 11001 | 1110010 | 11101 | 1001110 | 0 | 110111 | 100010110 | 1000000 | 11011 |
Color Harmonies of #511972
Complementary color
Monochromatic Colors of #511972
Black with #511972
Text Example
Text Example
White with #511972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511972; }
p { color: rgb(81,25,114); }
H1.HeaderClassName
{
color: #511972;
}
.AnyTagClassName
{
color: #511972;
}
</style>
background-color css
<style>
a { background-color: #511972; }
a { background-color: rgb(81,25,114); }
div.DivClassName
{
background-color: #511972;
}
.BgClassName
{
background-color: #511972;
}
</style>
border-color css
<style>
span { border-color: #511972; }
span { border-color: rgb(81,25,114); }
td.TdClassName
{
border-color: #511972;
}
.TagClassName
{
border-color: #511972;
}
</style>