Shades of Blue Diamond #511A74
Tints of Blue Diamond #511A74
RGB
CMYK
RGB Variations
Color information
#511A74 (or 0x511A74) is known color: Blue Diamond. HEX triplet: 51, 1A and 74. RGB value is (81,26,116). Sum of RGB (Red+Green+Blue) = 81+26+116=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #511A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A74 is #AEE58B. Grayscale: #343434. Windows color (decimal): -11462028 or 7608913. OLE color: 7608913.
HSL color Cylindrical-coordinate representation of color #511A74: hue angle of 276.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511A74 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 26 | 116 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.55 |
| HSL | 276.67º | 0.63% | 0.28% | - |
| HSV(B) | 276.67º | 0.78% | 0.45% | - |
| XYZ | 6.92 | 3.75 | 16.88 | - |
| YUV | 52.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 116 | 0.30 | 0.78 | 0 | 0.55 | 276.67 | 0.63 | 0.28 |
| Hex | 51 | 1A | 74 | 1E | 4E | 0 | 37 | 115 | 3F | 1C |
| Octal | 121 | 32 | 164 | 36 | 116 | 0 | 67 | 425 | 77 | 34 |
| Binary | 1010001 | 11010 | 1110100 | 11110 | 1001110 | 0 | 110111 | 100010101 | 111111 | 11100 |
Color Harmonies of #511A74
Complementary color
Monochromatic Colors of #511A74
Black with #511A74
Text Example
Text Example
White with #511A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A74; }
p { color: rgb(81,26,116); }
H1.HeaderClassName
{
color: #511A74;
}
.AnyTagClassName
{
color: #511A74;
}
</style>
background-color css
<style>
a { background-color: #511A74; }
a { background-color: rgb(81,26,116); }
div.DivClassName
{
background-color: #511A74;
}
.BgClassName
{
background-color: #511A74;
}
</style>
border-color css
<style>
span { border-color: #511A74; }
span { border-color: rgb(81,26,116); }
td.TdClassName
{
border-color: #511A74;
}
.TagClassName
{
border-color: #511A74;
}
</style>