Shades of Blue Diamond #51356F
Tints of Blue Diamond #51356F
RGB
CMYK
RGB Variations
Color information
#51356F (or 0x51356F) is known color: Blue Diamond. HEX triplet: 51, 35 and 6F. RGB value is (81,53,111). Sum of RGB (Red+Green+Blue) = 81+53+111=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #51356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51356F is #AECA90. Grayscale: #434343. Windows color (decimal): -11455121 or 7288145. OLE color: 7288145.
HSL color Cylindrical-coordinate representation of color #51356F: hue angle of 268.97º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51356F is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 53 | 111 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.56 |
| HSL | 268.97º | 0.35% | 0.32% | - |
| HSV(B) | 268.97º | 0.52% | 0.44% | - |
| XYZ | 7.54 | 5.44 | 15.69 | - |
| YUV | 67.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 53 | 111 | 0.27 | 0.52 | 0 | 0.56 | 268.97 | 0.35 | 0.32 |
| Hex | 51 | 35 | 6F | 1B | 34 | 0 | 38 | 10D | 23 | 20 |
| Octal | 121 | 65 | 157 | 33 | 64 | 0 | 70 | 415 | 43 | 40 |
| Binary | 1010001 | 110101 | 1101111 | 11011 | 110100 | 0 | 111000 | 100001101 | 100011 | 100000 |
Color Harmonies of #51356F
Complementary color
Monochromatic Colors of #51356F
Black with #51356F
Text Example
Text Example
White with #51356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51356F; }
p { color: rgb(81,53,111); }
H1.HeaderClassName
{
color: #51356F;
}
.AnyTagClassName
{
color: #51356F;
}
</style>
background-color css
<style>
a { background-color: #51356F; }
a { background-color: rgb(81,53,111); }
div.DivClassName
{
background-color: #51356F;
}
.BgClassName
{
background-color: #51356F;
}
</style>
border-color css
<style>
span { border-color: #51356F; }
span { border-color: rgb(81,53,111); }
td.TdClassName
{
border-color: #51356F;
}
.TagClassName
{
border-color: #51356F;
}
</style>