Shades of Blue Diamond #513973
Tints of Blue Diamond #513973
RGB
CMYK
RGB Variations
Color information
#513973 (or 0x513973) is known color: Blue Diamond. HEX triplet: 51, 39 and 73. RGB value is (81,57,115). Sum of RGB (Red+Green+Blue) = 81+57+115=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #513973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513973 is #AEC68C. Grayscale: #464646. Windows color (decimal): -11454093 or 7551313. OLE color: 7551313.
HSL color Cylindrical-coordinate representation of color #513973: hue angle of 264.83º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #513973 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 57 | 115 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.55 |
| HSL | 264.83º | 0.34% | 0.34% | - |
| HSV(B) | 264.83º | 0.5% | 0.45% | - |
| XYZ | 7.95 | 5.91 | 16.94 | - |
| YUV | 70.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 115 | 0.30 | 0.50 | 0 | 0.55 | 264.83 | 0.34 | 0.34 |
| Hex | 51 | 39 | 73 | 1E | 32 | 0 | 37 | 109 | 22 | 22 |
| Octal | 121 | 71 | 163 | 36 | 62 | 0 | 67 | 411 | 42 | 42 |
| Binary | 1010001 | 111001 | 1110011 | 11110 | 110010 | 0 | 110111 | 100001001 | 100010 | 100010 |
Color Harmonies of #513973
Complementary color
Monochromatic Colors of #513973
Black with #513973
Text Example
Text Example
White with #513973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513973; }
p { color: rgb(81,57,115); }
H1.HeaderClassName
{
color: #513973;
}
.AnyTagClassName
{
color: #513973;
}
</style>
background-color css
<style>
a { background-color: #513973; }
a { background-color: rgb(81,57,115); }
div.DivClassName
{
background-color: #513973;
}
.BgClassName
{
background-color: #513973;
}
</style>
border-color css
<style>
span { border-color: #513973; }
span { border-color: rgb(81,57,115); }
td.TdClassName
{
border-color: #513973;
}
.TagClassName
{
border-color: #513973;
}
</style>