Shades of Blue Diamond #512F74
Tints of Blue Diamond #512F74
RGB
CMYK
RGB Variations
Color information
#512F74 (or 0x512F74) is known color: Blue Diamond. HEX triplet: 51, 2F and 74. RGB value is (81,47,116). Sum of RGB (Red+Green+Blue) = 81+47+116=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #512F74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512F74 is #AED08B. Grayscale: #404040. Windows color (decimal): -11456652 or 7614289. OLE color: 7614289.
HSL color Cylindrical-coordinate representation of color #512F74: hue angle of 269.57º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512F74 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 47 | 116 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.55 |
| HSL | 269.57º | 0.42% | 0.32% | - |
| HSV(B) | 269.57º | 0.59% | 0.45% | - |
| XYZ | 7.56 | 5.04 | 17.1 | - |
| YUV | 65.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 116 | 0.30 | 0.59 | 0 | 0.55 | 269.57 | 0.42 | 0.32 |
| Hex | 51 | 2F | 74 | 1E | 3B | 0 | 37 | 10E | 2A | 20 |
| Octal | 121 | 57 | 164 | 36 | 73 | 0 | 67 | 416 | 52 | 40 |
| Binary | 1010001 | 101111 | 1110100 | 11110 | 111011 | 0 | 110111 | 100001110 | 101010 | 100000 |
Color Harmonies of #512F74
Complementary color
Monochromatic Colors of #512F74
Black with #512F74
Text Example
Text Example
White with #512F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F74; }
p { color: rgb(81,47,116); }
H1.HeaderClassName
{
color: #512F74;
}
.AnyTagClassName
{
color: #512F74;
}
</style>
background-color css
<style>
a { background-color: #512F74; }
a { background-color: rgb(81,47,116); }
div.DivClassName
{
background-color: #512F74;
}
.BgClassName
{
background-color: #512F74;
}
</style>
border-color css
<style>
span { border-color: #512F74; }
span { border-color: rgb(81,47,116); }
td.TdClassName
{
border-color: #512F74;
}
.TagClassName
{
border-color: #512F74;
}
</style>