Shades of Blue Diamond #513377
Tints of Blue Diamond #513377
RGB
CMYK
RGB Variations
Color information
#513377 (or 0x513377) is known color: Blue Diamond. HEX triplet: 51, 33 and 77. RGB value is (81,51,119). Sum of RGB (Red+Green+Blue) = 81+51+119=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #513377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513377 is #AECC88. Grayscale: #434343. Windows color (decimal): -11455625 or 7811921. OLE color: 7811921.
HSL color Cylindrical-coordinate representation of color #513377: hue angle of 266.47º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #513377 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 51 | 119 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.53 |
| HSL | 266.47º | 0.4% | 0.33% | - |
| HSV(B) | 266.47º | 0.57% | 0.47% | - |
| XYZ | 7.91 | 5.45 | 18.09 | - |
| YUV | 67.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 119 | 0.32 | 0.57 | 0 | 0.53 | 266.47 | 0.4 | 0.33 |
| Hex | 51 | 33 | 77 | 20 | 39 | 0 | 35 | 10A | 28 | 21 |
| Octal | 121 | 63 | 167 | 40 | 71 | 0 | 65 | 412 | 50 | 41 |
| Binary | 1010001 | 110011 | 1110111 | 100000 | 111001 | 0 | 110101 | 100001010 | 101000 | 100001 |
Color Harmonies of #513377
Complementary color
Monochromatic Colors of #513377
Black with #513377
Text Example
Text Example
White with #513377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513377; }
p { color: rgb(81,51,119); }
H1.HeaderClassName
{
color: #513377;
}
.AnyTagClassName
{
color: #513377;
}
</style>
background-color css
<style>
a { background-color: #513377; }
a { background-color: rgb(81,51,119); }
div.DivClassName
{
background-color: #513377;
}
.BgClassName
{
background-color: #513377;
}
</style>
border-color css
<style>
span { border-color: #513377; }
span { border-color: rgb(81,51,119); }
td.TdClassName
{
border-color: #513377;
}
.TagClassName
{
border-color: #513377;
}
</style>