Shades of Blue Gem #513792
Tints of Blue Gem #513792
RGB
CMYK
RGB Variations
Color information
#513792 (or 0x513792) is known color: Blue Gem. HEX triplet: 51, 37 and 92. RGB value is (81,55,146). Sum of RGB (Red+Green+Blue) = 81+55+146=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #513792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513792 is #AEC86D. Grayscale: #484848. Windows color (decimal): -11454574 or 9582417. OLE color: 9582417.
HSL color Cylindrical-coordinate representation of color #513792: hue angle of 257.14º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #513792 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 55 | 146 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.43 |
| HSL | 257.14º | 0.45% | 0.39% | - |
| HSV(B) | 257.14º | 0.62% | 0.57% | - |
| XYZ | 9.95 | 6.56 | 27.94 | - |
| YUV | 73.15 | 169.11 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 55 | 146 | 0.45 | 0.62 | 0 | 0.43 | 257.14 | 0.45 | 0.39 |
| Hex | 51 | 37 | 92 | 2D | 3E | 0 | 2B | 101 | 2D | 27 |
| Octal | 121 | 67 | 222 | 55 | 76 | 0 | 53 | 401 | 55 | 47 |
| Binary | 1010001 | 110111 | 10010010 | 101101 | 111110 | 0 | 101011 | 100000001 | 101101 | 100111 |
Color Harmonies of #513792
Complementary color
Monochromatic Colors of #513792
Black with #513792
Text Example
Text Example
White with #513792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513792; }
p { color: rgb(81,55,146); }
H1.HeaderClassName
{
color: #513792;
}
.AnyTagClassName
{
color: #513792;
}
</style>
background-color css
<style>
a { background-color: #513792; }
a { background-color: rgb(81,55,146); }
div.DivClassName
{
background-color: #513792;
}
.BgClassName
{
background-color: #513792;
}
</style>
border-color css
<style>
span { border-color: #513792; }
span { border-color: rgb(81,55,146); }
td.TdClassName
{
border-color: #513792;
}
.TagClassName
{
border-color: #513792;
}
</style>