Shades of Blue Diamond #511F70
Tints of Blue Diamond #511F70
RGB
CMYK
RGB Variations
Color information
#511F70 (or 0x511F70) is known color: Blue Diamond. HEX triplet: 51, 1F and 70. RGB value is (81,31,112). Sum of RGB (Red+Green+Blue) = 81+31+112=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #511F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F70 is #AEE08F. Grayscale: #363636. Windows color (decimal): -11460752 or 7348049. OLE color: 7348049.
HSL color Cylindrical-coordinate representation of color #511F70: hue angle of 277.04º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511F70 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 31 | 112 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.56 |
| HSL | 277.04º | 0.57% | 0.28% | - |
| HSV(B) | 277.04º | 0.72% | 0.44% | - |
| XYZ | 6.81 | 3.9 | 15.72 | - |
| YUV | 55.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 112 | 0.28 | 0.72 | 0 | 0.56 | 277.04 | 0.57 | 0.28 |
| Hex | 51 | 1F | 70 | 1C | 48 | 0 | 38 | 115 | 39 | 1C |
| Octal | 121 | 37 | 160 | 34 | 110 | 0 | 70 | 425 | 71 | 34 |
| Binary | 1010001 | 11111 | 1110000 | 11100 | 1001000 | 0 | 111000 | 100010101 | 111001 | 11100 |
Color Harmonies of #511F70
Complementary color
Monochromatic Colors of #511F70
Black with #511F70
Text Example
Text Example
White with #511F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F70; }
p { color: rgb(81,31,112); }
H1.HeaderClassName
{
color: #511F70;
}
.AnyTagClassName
{
color: #511F70;
}
</style>
background-color css
<style>
a { background-color: #511F70; }
a { background-color: rgb(81,31,112); }
div.DivClassName
{
background-color: #511F70;
}
.BgClassName
{
background-color: #511F70;
}
</style>
border-color css
<style>
span { border-color: #511F70; }
span { border-color: rgb(81,31,112); }
td.TdClassName
{
border-color: #511F70;
}
.TagClassName
{
border-color: #511F70;
}
</style>