Shades of Blue Diamond #512E7B
Tints of Blue Diamond #512E7B
RGB
CMYK
RGB Variations
Color information
#512E7B (or 0x512E7B) is known color: Blue Diamond. HEX triplet: 51, 2E and 7B. RGB value is (81,46,123). Sum of RGB (Red+Green+Blue) = 81+46+123=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #512E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E7B is #AED184. Grayscale: #404040. Windows color (decimal): -11456901 or 8072785. OLE color: 8072785.
HSL color Cylindrical-coordinate representation of color #512E7B: hue angle of 267.27º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #512E7B is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 46 | 123 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.52 |
| HSL | 267.27º | 0.46% | 0.33% | - |
| HSV(B) | 267.27º | 0.63% | 0.48% | - |
| XYZ | 7.95 | 5.13 | 19.31 | - |
| YUV | 65.24 | 160.6 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 123 | 0.34 | 0.63 | 0 | 0.52 | 267.27 | 0.46 | 0.33 |
| Hex | 51 | 2E | 7B | 22 | 3F | 0 | 34 | 10B | 2E | 21 |
| Octal | 121 | 56 | 173 | 42 | 77 | 0 | 64 | 413 | 56 | 41 |
| Binary | 1010001 | 101110 | 1111011 | 100010 | 111111 | 0 | 110100 | 100001011 | 101110 | 100001 |
Color Harmonies of #512E7B
Complementary color
Monochromatic Colors of #512E7B
Black with #512E7B
Text Example
Text Example
White with #512E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E7B; }
p { color: rgb(81,46,123); }
H1.HeaderClassName
{
color: #512E7B;
}
.AnyTagClassName
{
color: #512E7B;
}
</style>
background-color css
<style>
a { background-color: #512E7B; }
a { background-color: rgb(81,46,123); }
div.DivClassName
{
background-color: #512E7B;
}
.BgClassName
{
background-color: #512E7B;
}
</style>
border-color css
<style>
span { border-color: #512E7B; }
span { border-color: rgb(81,46,123); }
td.TdClassName
{
border-color: #512E7B;
}
.TagClassName
{
border-color: #512E7B;
}
</style>