Shades of Blue Diamond #511C70
Tints of Blue Diamond #511C70
RGB
CMYK
RGB Variations
Color information
#511C70 (or 0x511C70) is known color: Blue Diamond. HEX triplet: 51, 1C and 70. RGB value is (81,28,112). Sum of RGB (Red+Green+Blue) = 81+28+112=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #511C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C70 is #AEE38F. Grayscale: #353535. Windows color (decimal): -11461520 or 7347281. OLE color: 7347281.
HSL color Cylindrical-coordinate representation of color #511C70: hue angle of 277.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511C70 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 28 | 112 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.56 |
| HSL | 277.86º | 0.6% | 0.27% | - |
| HSV(B) | 277.86º | 0.75% | 0.44% | - |
| XYZ | 6.73 | 3.75 | 15.7 | - |
| YUV | 53.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 112 | 0.28 | 0.75 | 0 | 0.56 | 277.86 | 0.6 | 0.27 |
| Hex | 51 | 1C | 70 | 1C | 4B | 0 | 38 | 116 | 3C | 1B |
| Octal | 121 | 34 | 160 | 34 | 113 | 0 | 70 | 426 | 74 | 33 |
| Binary | 1010001 | 11100 | 1110000 | 11100 | 1001011 | 0 | 111000 | 100010110 | 111100 | 11011 |
Color Harmonies of #511C70
Complementary color
Monochromatic Colors of #511C70
Black with #511C70
Text Example
Text Example
White with #511C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C70; }
p { color: rgb(81,28,112); }
H1.HeaderClassName
{
color: #511C70;
}
.AnyTagClassName
{
color: #511C70;
}
</style>
background-color css
<style>
a { background-color: #511C70; }
a { background-color: rgb(81,28,112); }
div.DivClassName
{
background-color: #511C70;
}
.BgClassName
{
background-color: #511C70;
}
</style>
border-color css
<style>
span { border-color: #511C70; }
span { border-color: rgb(81,28,112); }
td.TdClassName
{
border-color: #511C70;
}
.TagClassName
{
border-color: #511C70;
}
</style>