Shades of Blue Diamond #511A6D
Tints of Blue Diamond #511A6D
RGB
CMYK
RGB Variations
Color information
#511A6D (or 0x511A6D) is known color: Blue Diamond. HEX triplet: 51, 1A and 6D. RGB value is (81,26,109). Sum of RGB (Red+Green+Blue) = 81+26+109=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #511A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A6D is #AEE592. Grayscale: #333333. Windows color (decimal): -11462035 or 7150161. OLE color: 7150161.
HSL color Cylindrical-coordinate representation of color #511A6D: hue angle of 279.76º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #511A6D is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 26 | 109 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.57 |
| HSL | 279.76º | 0.61% | 0.26% | - |
| HSV(B) | 279.76º | 0.76% | 0.43% | - |
| XYZ | 6.52 | 3.59 | 14.82 | - |
| YUV | 51.91 | 160.22 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 109 | 0.26 | 0.76 | 0 | 0.57 | 279.76 | 0.61 | 0.26 |
| Hex | 51 | 1A | 6D | 1A | 4C | 0 | 39 | 118 | 3D | 1A |
| Octal | 121 | 32 | 155 | 32 | 114 | 0 | 71 | 430 | 75 | 32 |
| Binary | 1010001 | 11010 | 1101101 | 11010 | 1001100 | 0 | 111001 | 100011000 | 111101 | 11010 |
Color Harmonies of #511A6D
Complementary color
Monochromatic Colors of #511A6D
Black with #511A6D
Text Example
Text Example
White with #511A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A6D; }
p { color: rgb(81,26,109); }
H1.HeaderClassName
{
color: #511A6D;
}
.AnyTagClassName
{
color: #511A6D;
}
</style>
background-color css
<style>
a { background-color: #511A6D; }
a { background-color: rgb(81,26,109); }
div.DivClassName
{
background-color: #511A6D;
}
.BgClassName
{
background-color: #511A6D;
}
</style>
border-color css
<style>
span { border-color: #511A6D; }
span { border-color: rgb(81,26,109); }
td.TdClassName
{
border-color: #511A6D;
}
.TagClassName
{
border-color: #511A6D;
}
</style>