Shades of Blue Diamond #512774
Tints of Blue Diamond #512774
RGB
CMYK
RGB Variations
Color information
#512774 (or 0x512774) is known color: Blue Diamond. HEX triplet: 51, 27 and 74. RGB value is (81,39,116). Sum of RGB (Red+Green+Blue) = 81+39+116=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #512774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512774 is #AED88B. Grayscale: #3C3C3C. Windows color (decimal): -11458700 or 7612241. OLE color: 7612241.
HSL color Cylindrical-coordinate representation of color #512774: hue angle of 272.73º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512774 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 39 | 116 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.55 |
| HSL | 272.73º | 0.5% | 0.3% | - |
| HSV(B) | 272.73º | 0.66% | 0.45% | - |
| XYZ | 7.27 | 4.46 | 17 | - |
| YUV | 60.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 116 | 0.30 | 0.66 | 0 | 0.55 | 272.73 | 0.5 | 0.3 |
| Hex | 51 | 27 | 74 | 1E | 42 | 0 | 37 | 111 | 32 | 1E |
| Octal | 121 | 47 | 164 | 36 | 102 | 0 | 67 | 421 | 62 | 36 |
| Binary | 1010001 | 100111 | 1110100 | 11110 | 1000010 | 0 | 110111 | 100010001 | 110010 | 11110 |
Color Harmonies of #512774
Complementary color
Monochromatic Colors of #512774
Black with #512774
Text Example
Text Example
White with #512774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512774; }
p { color: rgb(81,39,116); }
H1.HeaderClassName
{
color: #512774;
}
.AnyTagClassName
{
color: #512774;
}
</style>
background-color css
<style>
a { background-color: #512774; }
a { background-color: rgb(81,39,116); }
div.DivClassName
{
background-color: #512774;
}
.BgClassName
{
background-color: #512774;
}
</style>
border-color css
<style>
span { border-color: #512774; }
span { border-color: rgb(81,39,116); }
td.TdClassName
{
border-color: #512774;
}
.TagClassName
{
border-color: #512774;
}
</style>