Shades of Blue Diamond #51356D
Tints of Blue Diamond #51356D
RGB
CMYK
RGB Variations
Color information
#51356D (or 0x51356D) is known color: Blue Diamond. HEX triplet: 51, 35 and 6D. RGB value is (81,53,109). Sum of RGB (Red+Green+Blue) = 81+53+109=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #51356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51356D is #AECA92. Grayscale: #434343. Windows color (decimal): -11455123 or 7157073. OLE color: 7157073.
HSL color Cylindrical-coordinate representation of color #51356D: hue angle of 270º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51356D is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 53 | 109 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.57 |
| HSL | 270º | 0.35% | 0.32% | - |
| HSV(B) | 270º | 0.51% | 0.43% | - |
| XYZ | 7.43 | 5.4 | 15.12 | - |
| YUV | 67.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 53 | 109 | 0.26 | 0.51 | 0 | 0.57 | 270 | 0.35 | 0.32 |
| Hex | 51 | 35 | 6D | 1A | 33 | 0 | 39 | 10E | 23 | 20 |
| Octal | 121 | 65 | 155 | 32 | 63 | 0 | 71 | 416 | 43 | 40 |
| Binary | 1010001 | 110101 | 1101101 | 11010 | 110011 | 0 | 111001 | 100001110 | 100011 | 100000 |
Color Harmonies of #51356D
Complementary color
Monochromatic Colors of #51356D
Black with #51356D
Text Example
Text Example
White with #51356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51356D; }
p { color: rgb(81,53,109); }
H1.HeaderClassName
{
color: #51356D;
}
.AnyTagClassName
{
color: #51356D;
}
</style>
background-color css
<style>
a { background-color: #51356D; }
a { background-color: rgb(81,53,109); }
div.DivClassName
{
background-color: #51356D;
}
.BgClassName
{
background-color: #51356D;
}
</style>
border-color css
<style>
span { border-color: #51356D; }
span { border-color: rgb(81,53,109); }
td.TdClassName
{
border-color: #51356D;
}
.TagClassName
{
border-color: #51356D;
}
</style>