Shades of Blue Diamond #513876
Tints of Blue Diamond #513876
RGB
CMYK
RGB Variations
Color information
#513876 (or 0x513876) is known color: Blue Diamond. HEX triplet: 51, 38 and 76. RGB value is (81,56,118). Sum of RGB (Red+Green+Blue) = 81+56+118=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #513876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513876 is #AEC789. Grayscale: #464646. Windows color (decimal): -11454346 or 7747665. OLE color: 7747665.
HSL color Cylindrical-coordinate representation of color #513876: hue angle of 264.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #513876 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 56 | 118 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.54 |
| HSL | 264.19º | 0.36% | 0.34% | - |
| HSV(B) | 264.19º | 0.53% | 0.46% | - |
| XYZ | 8.08 | 5.89 | 17.85 | - |
| YUV | 70.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 56 | 118 | 0.31 | 0.53 | 0 | 0.54 | 264.19 | 0.36 | 0.34 |
| Hex | 51 | 38 | 76 | 1F | 35 | 0 | 36 | 108 | 24 | 22 |
| Octal | 121 | 70 | 166 | 37 | 65 | 0 | 66 | 410 | 44 | 42 |
| Binary | 1010001 | 111000 | 1110110 | 11111 | 110101 | 0 | 110110 | 100001000 | 100100 | 100010 |
Color Harmonies of #513876
Complementary color
Monochromatic Colors of #513876
Black with #513876
Text Example
Text Example
White with #513876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513876; }
p { color: rgb(81,56,118); }
H1.HeaderClassName
{
color: #513876;
}
.AnyTagClassName
{
color: #513876;
}
</style>
background-color css
<style>
a { background-color: #513876; }
a { background-color: rgb(81,56,118); }
div.DivClassName
{
background-color: #513876;
}
.BgClassName
{
background-color: #513876;
}
</style>
border-color css
<style>
span { border-color: #513876; }
span { border-color: rgb(81,56,118); }
td.TdClassName
{
border-color: #513876;
}
.TagClassName
{
border-color: #513876;
}
</style>