Shades of Blue Diamond #512E69
Tints of Blue Diamond #512E69
RGB
CMYK
RGB Variations
Color information
#512E69 (or 0x512E69) is known color: Blue Diamond. HEX triplet: 51, 2E and 69. RGB value is (81,46,105). Sum of RGB (Red+Green+Blue) = 81+46+105=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #512E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E69 is #AED196. Grayscale: #3E3E3E. Windows color (decimal): -11456919 or 6893137. OLE color: 6893137.
HSL color Cylindrical-coordinate representation of color #512E69: hue angle of 275.59º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #512E69 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 46 | 105 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.59 |
| HSL | 275.59º | 0.39% | 0.3% | - |
| HSV(B) | 275.59º | 0.56% | 0.41% | - |
| XYZ | 6.92 | 4.72 | 13.91 | - |
| YUV | 63.19 | 151.6 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 105 | 0.23 | 0.56 | 0 | 0.59 | 275.59 | 0.39 | 0.3 |
| Hex | 51 | 2E | 69 | 17 | 38 | 0 | 3B | 114 | 27 | 1E |
| Octal | 121 | 56 | 151 | 27 | 70 | 0 | 73 | 424 | 47 | 36 |
| Binary | 1010001 | 101110 | 1101001 | 10111 | 111000 | 0 | 111011 | 100010100 | 100111 | 11110 |
Color Harmonies of #512E69
Complementary color
Monochromatic Colors of #512E69
Black with #512E69
Text Example
Text Example
White with #512E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E69; }
p { color: rgb(81,46,105); }
H1.HeaderClassName
{
color: #512E69;
}
.AnyTagClassName
{
color: #512E69;
}
</style>
background-color css
<style>
a { background-color: #512E69; }
a { background-color: rgb(81,46,105); }
div.DivClassName
{
background-color: #512E69;
}
.BgClassName
{
background-color: #512E69;
}
</style>
border-color css
<style>
span { border-color: #512E69; }
span { border-color: rgb(81,46,105); }
td.TdClassName
{
border-color: #512E69;
}
.TagClassName
{
border-color: #512E69;
}
</style>