Shades of Blue Diamond #512674
Tints of Blue Diamond #512674
RGB
CMYK
RGB Variations
Color information
#512674 (or 0x512674) is known color: Blue Diamond. HEX triplet: 51, 26 and 74. RGB value is (81,38,116). Sum of RGB (Red+Green+Blue) = 81+38+116=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #512674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512674 is #AED98B. Grayscale: #3B3B3B. Windows color (decimal): -11458956 or 7611985. OLE color: 7611985.
HSL color Cylindrical-coordinate representation of color #512674: hue angle of 273.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #512674 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 38 | 116 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.55 |
| HSL | 273.08º | 0.51% | 0.3% | - |
| HSV(B) | 273.08º | 0.67% | 0.45% | - |
| XYZ | 7.24 | 4.4 | 16.99 | - |
| YUV | 59.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 116 | 0.30 | 0.67 | 0 | 0.55 | 273.08 | 0.51 | 0.3 |
| Hex | 51 | 26 | 74 | 1E | 43 | 0 | 37 | 111 | 33 | 1E |
| Octal | 121 | 46 | 164 | 36 | 103 | 0 | 67 | 421 | 63 | 36 |
| Binary | 1010001 | 100110 | 1110100 | 11110 | 1000011 | 0 | 110111 | 100010001 | 110011 | 11110 |
Color Harmonies of #512674
Complementary color
Monochromatic Colors of #512674
Black with #512674
Text Example
Text Example
White with #512674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512674; }
p { color: rgb(81,38,116); }
H1.HeaderClassName
{
color: #512674;
}
.AnyTagClassName
{
color: #512674;
}
</style>
background-color css
<style>
a { background-color: #512674; }
a { background-color: rgb(81,38,116); }
div.DivClassName
{
background-color: #512674;
}
.BgClassName
{
background-color: #512674;
}
</style>
border-color css
<style>
span { border-color: #512674; }
span { border-color: rgb(81,38,116); }
td.TdClassName
{
border-color: #512674;
}
.TagClassName
{
border-color: #512674;
}
</style>