Shades of Blue Gem #513B8B
Tints of Blue Gem #513B8B
RGB
CMYK
RGB Variations
Color information
#513B8B (or 0x513B8B) is known color: Blue Gem. HEX triplet: 51, 3B and 8B. RGB value is (81,59,139). Sum of RGB (Red+Green+Blue) = 81+59+139=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #513B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513B8B is #AEC474. Grayscale: #4A4A4A. Windows color (decimal): -11453557 or 9124689. OLE color: 9124689.
HSL color Cylindrical-coordinate representation of color #513B8B: hue angle of 256.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #513B8B is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 59 | 139 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.45 |
| HSL | 256.5º | 0.4% | 0.39% | - |
| HSV(B) | 256.5º | 0.58% | 0.55% | - |
| XYZ | 9.62 | 6.74 | 25.22 | - |
| YUV | 74.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 139 | 0.42 | 0.58 | 0 | 0.45 | 256.5 | 0.4 | 0.39 |
| Hex | 51 | 3B | 8B | 2A | 3A | 0 | 2D | 100 | 28 | 27 |
| Octal | 121 | 73 | 213 | 52 | 72 | 0 | 55 | 400 | 50 | 47 |
| Binary | 1010001 | 111011 | 10001011 | 101010 | 111010 | 0 | 101101 | 100000000 | 101000 | 100111 |
Color Harmonies of #513B8B
Complementary color
Monochromatic Colors of #513B8B
Black with #513B8B
Text Example
Text Example
White with #513B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B8B; }
p { color: rgb(81,59,139); }
H1.HeaderClassName
{
color: #513B8B;
}
.AnyTagClassName
{
color: #513B8B;
}
</style>
background-color css
<style>
a { background-color: #513B8B; }
a { background-color: rgb(81,59,139); }
div.DivClassName
{
background-color: #513B8B;
}
.BgClassName
{
background-color: #513B8B;
}
</style>
border-color css
<style>
span { border-color: #513B8B; }
span { border-color: rgb(81,59,139); }
td.TdClassName
{
border-color: #513B8B;
}
.TagClassName
{
border-color: #513B8B;
}
</style>