Shades of Blue Diamond #512A70
Tints of Blue Diamond #512A70
RGB
CMYK
RGB Variations
Color information
#512A70 (or 0x512A70) is known color: Blue Diamond. HEX triplet: 51, 2A and 70. RGB value is (81,42,112). Sum of RGB (Red+Green+Blue) = 81+42+112=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #512A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512A70 is #AED58F. Grayscale: #3D3D3D. Windows color (decimal): -11457936 or 7350865. OLE color: 7350865.
HSL color Cylindrical-coordinate representation of color #512A70: hue angle of 273.43º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #512A70 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 42 | 112 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.56 |
| HSL | 273.43º | 0.45% | 0.3% | - |
| HSV(B) | 273.43º | 0.63% | 0.44% | - |
| XYZ | 7.15 | 4.58 | 15.84 | - |
| YUV | 61.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 112 | 0.28 | 0.62 | 0 | 0.56 | 273.43 | 0.45 | 0.3 |
| Hex | 51 | 2A | 70 | 1C | 3E | 0 | 38 | 111 | 2D | 1E |
| Octal | 121 | 52 | 160 | 34 | 76 | 0 | 70 | 421 | 55 | 36 |
| Binary | 1010001 | 101010 | 1110000 | 11100 | 111110 | 0 | 111000 | 100010001 | 101101 | 11110 |
Color Harmonies of #512A70
Complementary color
Monochromatic Colors of #512A70
Black with #512A70
Text Example
Text Example
White with #512A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512A70; }
p { color: rgb(81,42,112); }
H1.HeaderClassName
{
color: #512A70;
}
.AnyTagClassName
{
color: #512A70;
}
</style>
background-color css
<style>
a { background-color: #512A70; }
a { background-color: rgb(81,42,112); }
div.DivClassName
{
background-color: #512A70;
}
.BgClassName
{
background-color: #512A70;
}
</style>
border-color css
<style>
span { border-color: #512A70; }
span { border-color: rgb(81,42,112); }
td.TdClassName
{
border-color: #512A70;
}
.TagClassName
{
border-color: #512A70;
}
</style>