Shades of Blue Diamond #512C6C
Tints of Blue Diamond #512C6C
RGB
CMYK
RGB Variations
Color information
#512C6C (or 0x512C6C) is known color: Blue Diamond. HEX triplet: 51, 2C and 6C. RGB value is (81,44,108). Sum of RGB (Red+Green+Blue) = 81+44+108=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #512C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C6C is #AED393. Grayscale: #3E3E3E. Windows color (decimal): -11457428 or 7089233. OLE color: 7089233.
HSL color Cylindrical-coordinate representation of color #512C6C: hue angle of 274.69º 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 #512C6C is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 44 | 108 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.58 |
| HSL | 274.69º | 0.42% | 0.3% | - |
| HSV(B) | 274.69º | 0.59% | 0.42% | - |
| XYZ | 7 | 4.63 | 14.71 | - |
| YUV | 62.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 108 | 0.25 | 0.59 | 0 | 0.58 | 274.69 | 0.42 | 0.3 |
| Hex | 51 | 2C | 6C | 19 | 3B | 0 | 3A | 113 | 2A | 1E |
| Octal | 121 | 54 | 154 | 31 | 73 | 0 | 72 | 423 | 52 | 36 |
| Binary | 1010001 | 101100 | 1101100 | 11001 | 111011 | 0 | 111010 | 100010011 | 101010 | 11110 |
Color Harmonies of #512C6C
Complementary color
Monochromatic Colors of #512C6C
Black with #512C6C
Text Example
Text Example
White with #512C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C6C; }
p { color: rgb(81,44,108); }
H1.HeaderClassName
{
color: #512C6C;
}
.AnyTagClassName
{
color: #512C6C;
}
</style>
background-color css
<style>
a { background-color: #512C6C; }
a { background-color: rgb(81,44,108); }
div.DivClassName
{
background-color: #512C6C;
}
.BgClassName
{
background-color: #512C6C;
}
</style>
border-color css
<style>
span { border-color: #512C6C; }
span { border-color: rgb(81,44,108); }
td.TdClassName
{
border-color: #512C6C;
}
.TagClassName
{
border-color: #512C6C;
}
</style>