Shades of Blue Diamond #512672
Tints of Blue Diamond #512672
RGB
CMYK
RGB Variations
Color information
#512672 (or 0x512672) is known color: Blue Diamond. HEX triplet: 51, 26 and 72. RGB value is (81,38,114). Sum of RGB (Red+Green+Blue) = 81+38+114=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #512672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512672 is #AED98D. Grayscale: #3B3B3B. Windows color (decimal): -11458958 or 7480913. OLE color: 7480913.
HSL color Cylindrical-coordinate representation of color #512672: hue angle of 273.95º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #512672 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 38 | 114 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.55 |
| HSL | 273.95º | 0.5% | 0.3% | - |
| HSV(B) | 273.95º | 0.67% | 0.45% | - |
| XYZ | 7.12 | 4.35 | 16.38 | - |
| YUV | 59.52 | 158.75 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 114 | 0.29 | 0.67 | 0 | 0.55 | 273.95 | 0.5 | 0.3 |
| Hex | 51 | 26 | 72 | 1D | 43 | 0 | 37 | 112 | 32 | 1E |
| Octal | 121 | 46 | 162 | 35 | 103 | 0 | 67 | 422 | 62 | 36 |
| Binary | 1010001 | 100110 | 1110010 | 11101 | 1000011 | 0 | 110111 | 100010010 | 110010 | 11110 |
Color Harmonies of #512672
Complementary color
Monochromatic Colors of #512672
Black with #512672
Text Example
Text Example
White with #512672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512672; }
p { color: rgb(81,38,114); }
H1.HeaderClassName
{
color: #512672;
}
.AnyTagClassName
{
color: #512672;
}
</style>
background-color css
<style>
a { background-color: #512672; }
a { background-color: rgb(81,38,114); }
div.DivClassName
{
background-color: #512672;
}
.BgClassName
{
background-color: #512672;
}
</style>
border-color css
<style>
span { border-color: #512672; }
span { border-color: rgb(81,38,114); }
td.TdClassName
{
border-color: #512672;
}
.TagClassName
{
border-color: #512672;
}
</style>