Shades of Blue Diamond #51366D
Tints of Blue Diamond #51366D
RGB
CMYK
RGB Variations
Color information
#51366D (or 0x51366D) is known color: Blue Diamond. HEX triplet: 51, 36 and 6D. RGB value is (81,54,109). Sum of RGB (Red+Green+Blue) = 81+54+109=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #51366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51366D is #AEC992. Grayscale: #444444. Windows color (decimal): -11454867 or 7157329. OLE color: 7157329.
HSL color Cylindrical-coordinate representation of color #51366D: hue angle of 269.45º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51366D is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 54 | 109 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.57 |
| HSL | 269.45º | 0.34% | 0.32% | - |
| HSV(B) | 269.45º | 0.5% | 0.43% | - |
| XYZ | 7.47 | 5.49 | 15.13 | - |
| YUV | 68.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 109 | 0.26 | 0.50 | 0 | 0.57 | 269.45 | 0.34 | 0.32 |
| Hex | 51 | 36 | 6D | 1A | 32 | 0 | 39 | 10D | 22 | 20 |
| Octal | 121 | 66 | 155 | 32 | 62 | 0 | 71 | 415 | 42 | 40 |
| Binary | 1010001 | 110110 | 1101101 | 11010 | 110010 | 0 | 111001 | 100001101 | 100010 | 100000 |
Color Harmonies of #51366D
Complementary color
Monochromatic Colors of #51366D
Black with #51366D
Text Example
Text Example
White with #51366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51366D; }
p { color: rgb(81,54,109); }
H1.HeaderClassName
{
color: #51366D;
}
.AnyTagClassName
{
color: #51366D;
}
</style>
background-color css
<style>
a { background-color: #51366D; }
a { background-color: rgb(81,54,109); }
div.DivClassName
{
background-color: #51366D;
}
.BgClassName
{
background-color: #51366D;
}
</style>
border-color css
<style>
span { border-color: #51366D; }
span { border-color: rgb(81,54,109); }
td.TdClassName
{
border-color: #51366D;
}
.TagClassName
{
border-color: #51366D;
}
</style>