Shades of Blue Diamond #512B70
Tints of Blue Diamond #512B70
RGB
CMYK
RGB Variations
Color information
#512B70 (or 0x512B70) is known color: Blue Diamond. HEX triplet: 51, 2B and 70. RGB value is (81,43,112). Sum of RGB (Red+Green+Blue) = 81+43+112=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #512B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512B70 is #AED48F. Grayscale: #3D3D3D. Windows color (decimal): -11457680 or 7351121. OLE color: 7351121.
HSL color Cylindrical-coordinate representation of color #512B70: hue angle of 273.04º 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 #512B70 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 43 | 112 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.56 |
| HSL | 273.04º | 0.45% | 0.3% | - |
| HSV(B) | 273.04º | 0.62% | 0.44% | - |
| XYZ | 7.18 | 4.65 | 15.85 | - |
| YUV | 62.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 112 | 0.28 | 0.62 | 0 | 0.56 | 273.04 | 0.45 | 0.3 |
| Hex | 51 | 2B | 70 | 1C | 3E | 0 | 38 | 111 | 2D | 1E |
| Octal | 121 | 53 | 160 | 34 | 76 | 0 | 70 | 421 | 55 | 36 |
| Binary | 1010001 | 101011 | 1110000 | 11100 | 111110 | 0 | 111000 | 100010001 | 101101 | 11110 |
Color Harmonies of #512B70
Complementary color
Monochromatic Colors of #512B70
Black with #512B70
Text Example
Text Example
White with #512B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B70; }
p { color: rgb(81,43,112); }
H1.HeaderClassName
{
color: #512B70;
}
.AnyTagClassName
{
color: #512B70;
}
</style>
background-color css
<style>
a { background-color: #512B70; }
a { background-color: rgb(81,43,112); }
div.DivClassName
{
background-color: #512B70;
}
.BgClassName
{
background-color: #512B70;
}
</style>
border-color css
<style>
span { border-color: #512B70; }
span { border-color: rgb(81,43,112); }
td.TdClassName
{
border-color: #512B70;
}
.TagClassName
{
border-color: #512B70;
}
</style>