Shades of Blue Diamond #512E6D
Tints of Blue Diamond #512E6D
RGB
CMYK
RGB Variations
Color information
#512E6D (or 0x512E6D) is known color: Blue Diamond. HEX triplet: 51, 2E and 6D. RGB value is (81,46,109). Sum of RGB (Red+Green+Blue) = 81+46+109=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #512E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E6D is #AED192. Grayscale: #3F3F3F. Windows color (decimal): -11456915 or 7155281. OLE color: 7155281.
HSL color Cylindrical-coordinate representation of color #512E6D: hue angle of 273.33º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512E6D is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 46 | 109 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.57 |
| HSL | 273.33º | 0.41% | 0.3% | - |
| HSV(B) | 273.33º | 0.58% | 0.43% | - |
| XYZ | 7.13 | 4.81 | 15.02 | - |
| YUV | 63.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 109 | 0.26 | 0.58 | 0 | 0.57 | 273.33 | 0.41 | 0.3 |
| Hex | 51 | 2E | 6D | 1A | 3A | 0 | 39 | 111 | 29 | 1E |
| Octal | 121 | 56 | 155 | 32 | 72 | 0 | 71 | 421 | 51 | 36 |
| Binary | 1010001 | 101110 | 1101101 | 11010 | 111010 | 0 | 111001 | 100010001 | 101001 | 11110 |
Color Harmonies of #512E6D
Complementary color
Monochromatic Colors of #512E6D
Black with #512E6D
Text Example
Text Example
White with #512E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E6D; }
p { color: rgb(81,46,109); }
H1.HeaderClassName
{
color: #512E6D;
}
.AnyTagClassName
{
color: #512E6D;
}
</style>
background-color css
<style>
a { background-color: #512E6D; }
a { background-color: rgb(81,46,109); }
div.DivClassName
{
background-color: #512E6D;
}
.BgClassName
{
background-color: #512E6D;
}
</style>
border-color css
<style>
span { border-color: #512E6D; }
span { border-color: rgb(81,46,109); }
td.TdClassName
{
border-color: #512E6D;
}
.TagClassName
{
border-color: #512E6D;
}
</style>