Shades of Blue Diamond #51176D
Tints of Blue Diamond #51176D
RGB
CMYK
RGB Variations
Color information
#51176D (or 0x51176D) is known color: Blue Diamond. HEX triplet: 51, 17 and 6D. RGB value is (81,23,109). Sum of RGB (Red+Green+Blue) = 81+23+109=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #51176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51176D is #AEE892. Grayscale: #313131. Windows color (decimal): -11462803 or 7149393. OLE color: 7149393.
HSL color Cylindrical-coordinate representation of color #51176D: hue angle of 280.47º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #51176D is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 23 | 109 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.57 |
| HSL | 280.47º | 0.65% | 0.26% | - |
| HSV(B) | 280.47º | 0.79% | 0.43% | - |
| XYZ | 6.46 | 3.47 | 14.8 | - |
| YUV | 50.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 109 | 0.26 | 0.79 | 0 | 0.57 | 280.47 | 0.65 | 0.26 |
| Hex | 51 | 17 | 6D | 1A | 4F | 0 | 39 | 118 | 41 | 1A |
| Octal | 121 | 27 | 155 | 32 | 117 | 0 | 71 | 430 | 101 | 32 |
| Binary | 1010001 | 10111 | 1101101 | 11010 | 1001111 | 0 | 111001 | 100011000 | 1000001 | 11010 |
Color Harmonies of #51176D
Complementary color
Monochromatic Colors of #51176D
Black with #51176D
Text Example
Text Example
White with #51176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51176D; }
p { color: rgb(81,23,109); }
H1.HeaderClassName
{
color: #51176D;
}
.AnyTagClassName
{
color: #51176D;
}
</style>
background-color css
<style>
a { background-color: #51176D; }
a { background-color: rgb(81,23,109); }
div.DivClassName
{
background-color: #51176D;
}
.BgClassName
{
background-color: #51176D;
}
</style>
border-color css
<style>
span { border-color: #51176D; }
span { border-color: rgb(81,23,109); }
td.TdClassName
{
border-color: #51176D;
}
.TagClassName
{
border-color: #51176D;
}
</style>