Shades of Blue Diamond #513373
Tints of Blue Diamond #513373
RGB
CMYK
RGB Variations
Color information
#513373 (or 0x513373) is known color: Blue Diamond. HEX triplet: 51, 33 and 73. RGB value is (81,51,115). Sum of RGB (Red+Green+Blue) = 81+51+115=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #513373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513373 is #AECC8C. Grayscale: #434343. Windows color (decimal): -11455629 or 7549777. OLE color: 7549777.
HSL color Cylindrical-coordinate representation of color #513373: hue angle of 268.12º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513373 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 51 | 115 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.55 |
| HSL | 268.13º | 0.39% | 0.33% | - |
| HSV(B) | 268.13º | 0.56% | 0.45% | - |
| XYZ | 7.67 | 5.35 | 16.85 | - |
| YUV | 67.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 115 | 0.30 | 0.56 | 0 | 0.55 | 268.13 | 0.39 | 0.33 |
| Hex | 51 | 33 | 73 | 1E | 38 | 0 | 37 | 10C | 27 | 21 |
| Octal | 121 | 63 | 163 | 36 | 70 | 0 | 67 | 414 | 47 | 41 |
| Binary | 1010001 | 110011 | 1110011 | 11110 | 111000 | 0 | 110111 | 100001100 | 100111 | 100001 |
Color Harmonies of #513373
Complementary color
Monochromatic Colors of #513373
Black with #513373
Text Example
Text Example
White with #513373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513373; }
p { color: rgb(81,51,115); }
H1.HeaderClassName
{
color: #513373;
}
.AnyTagClassName
{
color: #513373;
}
</style>
background-color css
<style>
a { background-color: #513373; }
a { background-color: rgb(81,51,115); }
div.DivClassName
{
background-color: #513373;
}
.BgClassName
{
background-color: #513373;
}
</style>
border-color css
<style>
span { border-color: #513373; }
span { border-color: rgb(81,51,115); }
td.TdClassName
{
border-color: #513373;
}
.TagClassName
{
border-color: #513373;
}
</style>