Shades of Blue Gem #51408D
Tints of Blue Gem #51408D
RGB
CMYK
RGB Variations
Color information
#51408D (or 0x51408D) is known color: Blue Gem. HEX triplet: 51, 40 and 8D. RGB value is (81,64,141). Sum of RGB (Red+Green+Blue) = 81+64+141=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #51408D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51408D is #AEBF72. Grayscale: #4D4D4D. Windows color (decimal): -11452275 or 9257041. OLE color: 9257041.
HSL color Cylindrical-coordinate representation of color #51408D: hue angle of 253.25º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51408D is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 64 | 141 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.45 |
| HSL | 253.25º | 0.38% | 0.4% | - |
| HSV(B) | 253.25º | 0.55% | 0.55% | - |
| XYZ | 10.03 | 7.34 | 26.09 | - |
| YUV | 77.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 141 | 0.43 | 0.55 | 0 | 0.45 | 253.25 | 0.38 | 0.4 |
| Hex | 51 | 40 | 8D | 2B | 37 | 0 | 2D | FD | 26 | 28 |
| Octal | 121 | 100 | 215 | 53 | 67 | 0 | 55 | 375 | 46 | 50 |
| Binary | 1010001 | 1000000 | 10001101 | 101011 | 110111 | 0 | 101101 | 11111101 | 100110 | 101000 |
Color Harmonies of #51408D
Complementary color
Monochromatic Colors of #51408D
Black with #51408D
Text Example
Text Example
White with #51408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51408D; }
p { color: rgb(81,64,141); }
H1.HeaderClassName
{
color: #51408D;
}
.AnyTagClassName
{
color: #51408D;
}
</style>
background-color css
<style>
a { background-color: #51408D; }
a { background-color: rgb(81,64,141); }
div.DivClassName
{
background-color: #51408D;
}
.BgClassName
{
background-color: #51408D;
}
</style>
border-color css
<style>
span { border-color: #51408D; }
span { border-color: rgb(81,64,141); }
td.TdClassName
{
border-color: #51408D;
}
.TagClassName
{
border-color: #51408D;
}
</style>