Shades of Blue Diamond #512080
Tints of Blue Diamond #512080
RGB
CMYK
RGB Variations
Color information
#512080 (or 0x512080) is known color: Blue Diamond. HEX triplet: 51, 20 and 80. RGB value is (81,32,128). Sum of RGB (Red+Green+Blue) = 81+32+128=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #512080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512080 is #AEDF7F. Grayscale: #393939. Windows color (decimal): -11460480 or 8396881. OLE color: 8396881.
HSL color Cylindrical-coordinate representation of color #512080: hue angle of 270.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512080 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 32 | 128 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.50 |
| HSL | 270.63º | 0.6% | 0.31% | - |
| HSV(B) | 270.63º | 0.75% | 0.5% | - |
| XYZ | 7.81 | 4.34 | 20.85 | - |
| YUV | 57.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 128 | 0.37 | 0.75 | 0 | 0.50 | 270.63 | 0.6 | 0.31 |
| Hex | 51 | 20 | 80 | 25 | 4B | 0 | 32 | 10F | 3C | 1F |
| Octal | 121 | 40 | 200 | 45 | 113 | 0 | 62 | 417 | 74 | 37 |
| Binary | 1010001 | 100000 | 10000000 | 100101 | 1001011 | 0 | 110010 | 100001111 | 111100 | 11111 |
Color Harmonies of #512080
Complementary color
Monochromatic Colors of #512080
Black with #512080
Text Example
Text Example
White with #512080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512080; }
p { color: rgb(81,32,128); }
H1.HeaderClassName
{
color: #512080;
}
.AnyTagClassName
{
color: #512080;
}
</style>
background-color css
<style>
a { background-color: #512080; }
a { background-color: rgb(81,32,128); }
div.DivClassName
{
background-color: #512080;
}
.BgClassName
{
background-color: #512080;
}
</style>
border-color css
<style>
span { border-color: #512080; }
span { border-color: rgb(81,32,128); }
td.TdClassName
{
border-color: #512080;
}
.TagClassName
{
border-color: #512080;
}
</style>