Shades of Blue Diamond #512677
Tints of Blue Diamond #512677
RGB
CMYK
RGB Variations
Color information
#512677 (or 0x512677) is known color: Blue Diamond. HEX triplet: 51, 26 and 77. RGB value is (81,38,119). Sum of RGB (Red+Green+Blue) = 81+38+119=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #512677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512677 is #AED988. Grayscale: #3B3B3B. Windows color (decimal): -11458953 or 7808593. OLE color: 7808593.
HSL color Cylindrical-coordinate representation of color #512677: hue angle of 271.85º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #512677 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 38 | 119 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.53 |
| HSL | 271.85º | 0.52% | 0.31% | - |
| HSV(B) | 271.85º | 0.68% | 0.47% | - |
| XYZ | 7.42 | 4.47 | 17.92 | - |
| YUV | 60.09 | 161.25 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 119 | 0.32 | 0.68 | 0 | 0.53 | 271.85 | 0.52 | 0.31 |
| Hex | 51 | 26 | 77 | 20 | 44 | 0 | 35 | 110 | 34 | 1F |
| Octal | 121 | 46 | 167 | 40 | 104 | 0 | 65 | 420 | 64 | 37 |
| Binary | 1010001 | 100110 | 1110111 | 100000 | 1000100 | 0 | 110101 | 100010000 | 110100 | 11111 |
Color Harmonies of #512677
Complementary color
Monochromatic Colors of #512677
Black with #512677
Text Example
Text Example
White with #512677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512677; }
p { color: rgb(81,38,119); }
H1.HeaderClassName
{
color: #512677;
}
.AnyTagClassName
{
color: #512677;
}
</style>
background-color css
<style>
a { background-color: #512677; }
a { background-color: rgb(81,38,119); }
div.DivClassName
{
background-color: #512677;
}
.BgClassName
{
background-color: #512677;
}
</style>
border-color css
<style>
span { border-color: #512677; }
span { border-color: rgb(81,38,119); }
td.TdClassName
{
border-color: #512677;
}
.TagClassName
{
border-color: #512677;
}
</style>