Shades of Blue Diamond #512C69
Tints of Blue Diamond #512C69
RGB
CMYK
RGB Variations
Color information
#512C69 (or 0x512C69) is known color: Blue Diamond. HEX triplet: 51, 2C and 69. RGB value is (81,44,105). Sum of RGB (Red+Green+Blue) = 81+44+105=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #512C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C69 is #AED396. Grayscale: #3D3D3D. Windows color (decimal): -11457431 or 6892625. OLE color: 6892625.
HSL color Cylindrical-coordinate representation of color #512C69: hue angle of 276.39º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512C69 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 44 | 105 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.59 |
| HSL | 276.39º | 0.41% | 0.29% | - |
| HSV(B) | 276.39º | 0.58% | 0.41% | - |
| XYZ | 6.84 | 4.57 | 13.89 | - |
| YUV | 62.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 105 | 0.23 | 0.58 | 0 | 0.59 | 276.39 | 0.41 | 0.29 |
| Hex | 51 | 2C | 69 | 17 | 3A | 0 | 3B | 114 | 29 | 1D |
| Octal | 121 | 54 | 151 | 27 | 72 | 0 | 73 | 424 | 51 | 35 |
| Binary | 1010001 | 101100 | 1101001 | 10111 | 111010 | 0 | 111011 | 100010100 | 101001 | 11101 |
Color Harmonies of #512C69
Complementary color
Monochromatic Colors of #512C69
Black with #512C69
Text Example
Text Example
White with #512C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C69; }
p { color: rgb(81,44,105); }
H1.HeaderClassName
{
color: #512C69;
}
.AnyTagClassName
{
color: #512C69;
}
</style>
background-color css
<style>
a { background-color: #512C69; }
a { background-color: rgb(81,44,105); }
div.DivClassName
{
background-color: #512C69;
}
.BgClassName
{
background-color: #512C69;
}
</style>
border-color css
<style>
span { border-color: #512C69; }
span { border-color: rgb(81,44,105); }
td.TdClassName
{
border-color: #512C69;
}
.TagClassName
{
border-color: #512C69;
}
</style>