Shades of Blue Diamond #512574
Tints of Blue Diamond #512574
RGB
CMYK
RGB Variations
Color information
#512574 (or 0x512574) is known color: Blue Diamond. HEX triplet: 51, 25 and 74. RGB value is (81,37,116). Sum of RGB (Red+Green+Blue) = 81+37+116=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #512574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512574 is #AEDA8B. Grayscale: #3A3A3A. Windows color (decimal): -11459212 or 7611729. OLE color: 7611729.
HSL color Cylindrical-coordinate representation of color #512574: hue angle of 273.42º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #512574 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 37 | 116 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.55 |
| HSL | 273.42º | 0.52% | 0.3% | - |
| HSV(B) | 273.42º | 0.68% | 0.45% | - |
| XYZ | 7.21 | 4.33 | 16.98 | - |
| YUV | 59.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 37 | 116 | 0.30 | 0.68 | 0 | 0.55 | 273.42 | 0.52 | 0.3 |
| Hex | 51 | 25 | 74 | 1E | 44 | 0 | 37 | 111 | 34 | 1E |
| Octal | 121 | 45 | 164 | 36 | 104 | 0 | 67 | 421 | 64 | 36 |
| Binary | 1010001 | 100101 | 1110100 | 11110 | 1000100 | 0 | 110111 | 100010001 | 110100 | 11110 |
Color Harmonies of #512574
Complementary color
Monochromatic Colors of #512574
Black with #512574
Text Example
Text Example
White with #512574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512574; }
p { color: rgb(81,37,116); }
H1.HeaderClassName
{
color: #512574;
}
.AnyTagClassName
{
color: #512574;
}
</style>
background-color css
<style>
a { background-color: #512574; }
a { background-color: rgb(81,37,116); }
div.DivClassName
{
background-color: #512574;
}
.BgClassName
{
background-color: #512574;
}
</style>
border-color css
<style>
span { border-color: #512574; }
span { border-color: rgb(81,37,116); }
td.TdClassName
{
border-color: #512574;
}
.TagClassName
{
border-color: #512574;
}
</style>