Shades of Blue Diamond #51356C
Tints of Blue Diamond #51356C
RGB
CMYK
RGB Variations
Color information
#51356C (or 0x51356C) is known color: Blue Diamond. HEX triplet: 51, 35 and 6C. RGB value is (81,53,108). Sum of RGB (Red+Green+Blue) = 81+53+108=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #51356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51356C is #AECA93. Grayscale: #434343. Windows color (decimal): -11455124 or 7091537. OLE color: 7091537.
HSL color Cylindrical-coordinate representation of color #51356C: hue angle of 270.55º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51356C is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 53 | 108 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.58 |
| HSL | 270.55º | 0.34% | 0.32% | - |
| HSV(B) | 270.55º | 0.51% | 0.42% | - |
| XYZ | 7.37 | 5.38 | 14.84 | - |
| YUV | 67.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 53 | 108 | 0.25 | 0.51 | 0 | 0.58 | 270.55 | 0.34 | 0.32 |
| Hex | 51 | 35 | 6C | 19 | 33 | 0 | 3A | 10F | 22 | 20 |
| Octal | 121 | 65 | 154 | 31 | 63 | 0 | 72 | 417 | 42 | 40 |
| Binary | 1010001 | 110101 | 1101100 | 11001 | 110011 | 0 | 111010 | 100001111 | 100010 | 100000 |
Color Harmonies of #51356C
Complementary color
Monochromatic Colors of #51356C
Black with #51356C
Text Example
Text Example
White with #51356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51356C; }
p { color: rgb(81,53,108); }
H1.HeaderClassName
{
color: #51356C;
}
.AnyTagClassName
{
color: #51356C;
}
</style>
background-color css
<style>
a { background-color: #51356C; }
a { background-color: rgb(81,53,108); }
div.DivClassName
{
background-color: #51356C;
}
.BgClassName
{
background-color: #51356C;
}
</style>
border-color css
<style>
span { border-color: #51356C; }
span { border-color: rgb(81,53,108); }
td.TdClassName
{
border-color: #51356C;
}
.TagClassName
{
border-color: #51356C;
}
</style>