Shades of Blue Diamond #512F68
Tints of Blue Diamond #512F68
RGB
CMYK
RGB Variations
Color information
#512F68 (or 0x512F68) is known color: Blue Diamond. HEX triplet: 51, 2F and 68. RGB value is (81,47,104). Sum of RGB (Red+Green+Blue) = 81+47+104=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #512F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512F68 is #AED097. Grayscale: #3F3F3F. Windows color (decimal): -11456664 or 6827857. OLE color: 6827857.
HSL color Cylindrical-coordinate representation of color #512F68: hue angle of 275.79º 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 #512F68 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 47 | 104 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.59 |
| HSL | 275.79º | 0.38% | 0.3% | - |
| HSV(B) | 275.79º | 0.55% | 0.41% | - |
| XYZ | 6.91 | 4.78 | 13.66 | - |
| YUV | 63.66 | 150.76 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 104 | 0.22 | 0.55 | 0 | 0.59 | 275.79 | 0.38 | 0.3 |
| Hex | 51 | 2F | 68 | 16 | 37 | 0 | 3B | 114 | 26 | 1E |
| Octal | 121 | 57 | 150 | 26 | 67 | 0 | 73 | 424 | 46 | 36 |
| Binary | 1010001 | 101111 | 1101000 | 10110 | 110111 | 0 | 111011 | 100010100 | 100110 | 11110 |
Color Harmonies of #512F68
Complementary color
Monochromatic Colors of #512F68
Black with #512F68
Text Example
Text Example
White with #512F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F68; }
p { color: rgb(81,47,104); }
H1.HeaderClassName
{
color: #512F68;
}
.AnyTagClassName
{
color: #512F68;
}
</style>
background-color css
<style>
a { background-color: #512F68; }
a { background-color: rgb(81,47,104); }
div.DivClassName
{
background-color: #512F68;
}
.BgClassName
{
background-color: #512F68;
}
</style>
border-color css
<style>
span { border-color: #512F68; }
span { border-color: rgb(81,47,104); }
td.TdClassName
{
border-color: #512F68;
}
.TagClassName
{
border-color: #512F68;
}
</style>