Shades of Blue Diamond #512F69
Tints of Blue Diamond #512F69
RGB
CMYK
RGB Variations
Color information
#512F69 (or 0x512F69) is known color: Blue Diamond. HEX triplet: 51, 2F and 69. RGB value is (81,47,105). Sum of RGB (Red+Green+Blue) = 81+47+105=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #512F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512F69 is #AED096. Grayscale: #3F3F3F. Windows color (decimal): -11456663 or 6893393. OLE color: 6893393.
HSL color Cylindrical-coordinate representation of color #512F69: hue angle of 275.17º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #512F69 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 47 | 105 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.59 |
| HSL | 275.17º | 0.38% | 0.3% | - |
| HSV(B) | 275.17º | 0.55% | 0.41% | - |
| XYZ | 6.96 | 4.8 | 13.92 | - |
| YUV | 63.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 105 | 0.23 | 0.55 | 0 | 0.59 | 275.17 | 0.38 | 0.3 |
| Hex | 51 | 2F | 69 | 17 | 37 | 0 | 3B | 113 | 26 | 1E |
| Octal | 121 | 57 | 151 | 27 | 67 | 0 | 73 | 423 | 46 | 36 |
| Binary | 1010001 | 101111 | 1101001 | 10111 | 110111 | 0 | 111011 | 100010011 | 100110 | 11110 |
Color Harmonies of #512F69
Complementary color
Monochromatic Colors of #512F69
Black with #512F69
Text Example
Text Example
White with #512F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F69; }
p { color: rgb(81,47,105); }
H1.HeaderClassName
{
color: #512F69;
}
.AnyTagClassName
{
color: #512F69;
}
</style>
background-color css
<style>
a { background-color: #512F69; }
a { background-color: rgb(81,47,105); }
div.DivClassName
{
background-color: #512F69;
}
.BgClassName
{
background-color: #512F69;
}
</style>
border-color css
<style>
span { border-color: #512F69; }
span { border-color: rgb(81,47,105); }
td.TdClassName
{
border-color: #512F69;
}
.TagClassName
{
border-color: #512F69;
}
</style>