Shades of Blue Diamond #512374
Tints of Blue Diamond #512374
RGB
CMYK
RGB Variations
Color information
#512374 (or 0x512374) is known color: Blue Diamond. HEX triplet: 51, 23 and 74. RGB value is (81,35,116). Sum of RGB (Red+Green+Blue) = 81+35+116=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #512374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512374 is #AEDC8B. Grayscale: #393939. Windows color (decimal): -11459724 or 7611217. OLE color: 7611217.
HSL color Cylindrical-coordinate representation of color #512374: hue angle of 274.07º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512374 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 35 | 116 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.55 |
| HSL | 274.07º | 0.54% | 0.3% | - |
| HSV(B) | 274.07º | 0.7% | 0.45% | - |
| XYZ | 7.15 | 4.21 | 16.96 | - |
| YUV | 57.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 116 | 0.30 | 0.70 | 0 | 0.55 | 274.07 | 0.54 | 0.3 |
| Hex | 51 | 23 | 74 | 1E | 46 | 0 | 37 | 112 | 36 | 1E |
| Octal | 121 | 43 | 164 | 36 | 106 | 0 | 67 | 422 | 66 | 36 |
| Binary | 1010001 | 100011 | 1110100 | 11110 | 1000110 | 0 | 110111 | 100010010 | 110110 | 11110 |
Color Harmonies of #512374
Complementary color
Monochromatic Colors of #512374
Black with #512374
Text Example
Text Example
White with #512374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512374; }
p { color: rgb(81,35,116); }
H1.HeaderClassName
{
color: #512374;
}
.AnyTagClassName
{
color: #512374;
}
</style>
background-color css
<style>
a { background-color: #512374; }
a { background-color: rgb(81,35,116); }
div.DivClassName
{
background-color: #512374;
}
.BgClassName
{
background-color: #512374;
}
</style>
border-color css
<style>
span { border-color: #512374; }
span { border-color: rgb(81,35,116); }
td.TdClassName
{
border-color: #512374;
}
.TagClassName
{
border-color: #512374;
}
</style>