Shades of Blue Diamond #512C6B
Tints of Blue Diamond #512C6B
RGB
CMYK
RGB Variations
Color information
#512C6B (or 0x512C6B) is known color: Blue Diamond. HEX triplet: 51, 2C and 6B. RGB value is (81,44,107). Sum of RGB (Red+Green+Blue) = 81+44+107=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #512C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C6B is #AED394. Grayscale: #3E3E3E. Windows color (decimal): -11457429 or 7023697. OLE color: 7023697.
HSL color Cylindrical-coordinate representation of color #512C6B: hue angle of 275.24º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512C6B is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 44 | 107 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.58 |
| HSL | 275.24º | 0.42% | 0.3% | - |
| HSV(B) | 275.24º | 0.59% | 0.42% | - |
| XYZ | 6.95 | 4.61 | 14.43 | - |
| YUV | 62.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 107 | 0.24 | 0.59 | 0 | 0.58 | 275.24 | 0.42 | 0.3 |
| Hex | 51 | 2C | 6B | 18 | 3B | 0 | 3A | 113 | 2A | 1E |
| Octal | 121 | 54 | 153 | 30 | 73 | 0 | 72 | 423 | 52 | 36 |
| Binary | 1010001 | 101100 | 1101011 | 11000 | 111011 | 0 | 111010 | 100010011 | 101010 | 11110 |
Color Harmonies of #512C6B
Complementary color
Monochromatic Colors of #512C6B
Black with #512C6B
Text Example
Text Example
White with #512C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C6B; }
p { color: rgb(81,44,107); }
H1.HeaderClassName
{
color: #512C6B;
}
.AnyTagClassName
{
color: #512C6B;
}
</style>
background-color css
<style>
a { background-color: #512C6B; }
a { background-color: rgb(81,44,107); }
div.DivClassName
{
background-color: #512C6B;
}
.BgClassName
{
background-color: #512C6B;
}
</style>
border-color css
<style>
span { border-color: #512C6B; }
span { border-color: rgb(81,44,107); }
td.TdClassName
{
border-color: #512C6B;
}
.TagClassName
{
border-color: #512C6B;
}
</style>