Shades of Blue Gem #513893
Tints of Blue Gem #513893
RGB
CMYK
RGB Variations
Color information
#513893 (or 0x513893) is known color: Blue Gem. HEX triplet: 51, 38 and 93. RGB value is (81,56,147). Sum of RGB (Red+Green+Blue) = 81+56+147=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #513893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513893 is #AEC76C. Grayscale: #494949. Windows color (decimal): -11454317 or 9648209. OLE color: 9648209.
HSL color Cylindrical-coordinate representation of color #513893: hue angle of 256.48º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #513893 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 56 | 147 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.42 |
| HSL | 256.48º | 0.45% | 0.4% | - |
| HSV(B) | 256.48º | 0.62% | 0.58% | - |
| XYZ | 10.07 | 6.68 | 28.36 | - |
| YUV | 73.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 56 | 147 | 0.45 | 0.62 | 0 | 0.42 | 256.48 | 0.45 | 0.4 |
| Hex | 51 | 38 | 93 | 2D | 3E | 0 | 2A | 100 | 2D | 28 |
| Octal | 121 | 70 | 223 | 55 | 76 | 0 | 52 | 400 | 55 | 50 |
| Binary | 1010001 | 111000 | 10010011 | 101101 | 111110 | 0 | 101010 | 100000000 | 101101 | 101000 |
Color Harmonies of #513893
Complementary color
Monochromatic Colors of #513893
Black with #513893
Text Example
Text Example
White with #513893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513893; }
p { color: rgb(81,56,147); }
H1.HeaderClassName
{
color: #513893;
}
.AnyTagClassName
{
color: #513893;
}
</style>
background-color css
<style>
a { background-color: #513893; }
a { background-color: rgb(81,56,147); }
div.DivClassName
{
background-color: #513893;
}
.BgClassName
{
background-color: #513893;
}
</style>
border-color css
<style>
span { border-color: #513893; }
span { border-color: rgb(81,56,147); }
td.TdClassName
{
border-color: #513893;
}
.TagClassName
{
border-color: #513893;
}
</style>