Shades of Blue Diamond #512879
Tints of Blue Diamond #512879
RGB
CMYK
RGB Variations
Color information
#512879 (or 0x512879) is known color: Blue Diamond. HEX triplet: 51, 28 and 79. RGB value is (81,40,121). Sum of RGB (Red+Green+Blue) = 81+40+121=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #512879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512879 is #AED786. Grayscale: #3D3D3D. Windows color (decimal): -11458439 or 7940177. OLE color: 7940177.
HSL color Cylindrical-coordinate representation of color #512879: hue angle of 270.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #512879 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 40 | 121 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.53 |
| HSL | 270.37º | 0.5% | 0.32% | - |
| HSV(B) | 270.37º | 0.67% | 0.47% | - |
| XYZ | 7.6 | 4.65 | 18.59 | - |
| YUV | 61.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 121 | 0.33 | 0.67 | 0 | 0.53 | 270.37 | 0.5 | 0.32 |
| Hex | 51 | 28 | 79 | 21 | 43 | 0 | 35 | 10E | 32 | 20 |
| Octal | 121 | 50 | 171 | 41 | 103 | 0 | 65 | 416 | 62 | 40 |
| Binary | 1010001 | 101000 | 1111001 | 100001 | 1000011 | 0 | 110101 | 100001110 | 110010 | 100000 |
Color Harmonies of #512879
Complementary color
Monochromatic Colors of #512879
Black with #512879
Text Example
Text Example
White with #512879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512879; }
p { color: rgb(81,40,121); }
H1.HeaderClassName
{
color: #512879;
}
.AnyTagClassName
{
color: #512879;
}
</style>
background-color css
<style>
a { background-color: #512879; }
a { background-color: rgb(81,40,121); }
div.DivClassName
{
background-color: #512879;
}
.BgClassName
{
background-color: #512879;
}
</style>
border-color css
<style>
span { border-color: #512879; }
span { border-color: rgb(81,40,121); }
td.TdClassName
{
border-color: #512879;
}
.TagClassName
{
border-color: #512879;
}
</style>