Shades of Blue Gem #513891
Tints of Blue Gem #513891
RGB
CMYK
RGB Variations
Color information
#513891 (or 0x513891) is known color: Blue Gem. HEX triplet: 51, 38 and 91. RGB value is (81,56,145). Sum of RGB (Red+Green+Blue) = 81+56+145=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #513891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513891 is #AEC76E. Grayscale: #494949. Windows color (decimal): -11454319 or 9517137. OLE color: 9517137.
HSL color Cylindrical-coordinate representation of color #513891: hue angle of 256.85º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #513891 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 56 | 145 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.43 |
| HSL | 256.85º | 0.44% | 0.39% | - |
| HSV(B) | 256.85º | 0.61% | 0.57% | - |
| XYZ | 9.92 | 6.62 | 27.54 | - |
| YUV | 73.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 56 | 145 | 0.44 | 0.61 | 0 | 0.43 | 256.85 | 0.44 | 0.39 |
| Hex | 51 | 38 | 91 | 2C | 3D | 0 | 2B | 101 | 2C | 27 |
| Octal | 121 | 70 | 221 | 54 | 75 | 0 | 53 | 401 | 54 | 47 |
| Binary | 1010001 | 111000 | 10010001 | 101100 | 111101 | 0 | 101011 | 100000001 | 101100 | 100111 |
Color Harmonies of #513891
Complementary color
Monochromatic Colors of #513891
Black with #513891
Text Example
Text Example
White with #513891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513891; }
p { color: rgb(81,56,145); }
H1.HeaderClassName
{
color: #513891;
}
.AnyTagClassName
{
color: #513891;
}
</style>
background-color css
<style>
a { background-color: #513891; }
a { background-color: rgb(81,56,145); }
div.DivClassName
{
background-color: #513891;
}
.BgClassName
{
background-color: #513891;
}
</style>
border-color css
<style>
span { border-color: #513891; }
span { border-color: rgb(81,56,145); }
td.TdClassName
{
border-color: #513891;
}
.TagClassName
{
border-color: #513891;
}
</style>