Shades of Blue Diamond #512A6E
Tints of Blue Diamond #512A6E
RGB
CMYK
RGB Variations
Color information
#512A6E (or 0x512A6E) is known color: Blue Diamond. HEX triplet: 51, 2A and 6E. RGB value is (81,42,110). Sum of RGB (Red+Green+Blue) = 81+42+110=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #512A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512A6E is #AED591. Grayscale: #3D3D3D. Windows color (decimal): -11457938 or 7219793. OLE color: 7219793.
HSL color Cylindrical-coordinate representation of color #512A6E: hue angle of 274.41º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #512A6E is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 42 | 110 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.57 |
| HSL | 274.41º | 0.45% | 0.3% | - |
| HSV(B) | 274.41º | 0.62% | 0.43% | - |
| XYZ | 7.04 | 4.53 | 15.26 | - |
| YUV | 61.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 110 | 0.26 | 0.62 | 0 | 0.57 | 274.41 | 0.45 | 0.3 |
| Hex | 51 | 2A | 6E | 1A | 3E | 0 | 39 | 112 | 2D | 1E |
| Octal | 121 | 52 | 156 | 32 | 76 | 0 | 71 | 422 | 55 | 36 |
| Binary | 1010001 | 101010 | 1101110 | 11010 | 111110 | 0 | 111001 | 100010010 | 101101 | 11110 |
Color Harmonies of #512A6E
Complementary color
Monochromatic Colors of #512A6E
Black with #512A6E
Text Example
Text Example
White with #512A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512A6E; }
p { color: rgb(81,42,110); }
H1.HeaderClassName
{
color: #512A6E;
}
.AnyTagClassName
{
color: #512A6E;
}
</style>
background-color css
<style>
a { background-color: #512A6E; }
a { background-color: rgb(81,42,110); }
div.DivClassName
{
background-color: #512A6E;
}
.BgClassName
{
background-color: #512A6E;
}
</style>
border-color css
<style>
span { border-color: #512A6E; }
span { border-color: rgb(81,42,110); }
td.TdClassName
{
border-color: #512A6E;
}
.TagClassName
{
border-color: #512A6E;
}
</style>