Shades of Blue Gem #513AAC
Tints of Blue Gem #513AAC
RGB
CMYK
RGB Variations
Color information
#513AAC (or 0x513AAC) is known color: Blue Gem. HEX triplet: 51, 3A and AC. RGB value is (81,58,172). Sum of RGB (Red+Green+Blue) = 81+58+172=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #513AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513AAC is #AEC553. Grayscale: #4D4D4D. Windows color (decimal): -11453780 or 11287121. OLE color: 11287121.
HSL color Cylindrical-coordinate representation of color #513AAC: hue angle of 252.11º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #513AAC is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 58 | 172 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.33 |
| HSL | 252.11º | 0.5% | 0.45% | - |
| HSV(B) | 252.11º | 0.66% | 0.67% | - |
| XYZ | 12.35 | 7.75 | 39.88 | - |
| YUV | 77.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 172 | 0.53 | 0.66 | 0 | 0.33 | 252.11 | 0.5 | 0.45 |
| Hex | 51 | 3A | AC | 35 | 42 | 0 | 21 | FC | 32 | 2D |
| Octal | 121 | 72 | 254 | 65 | 102 | 0 | 41 | 374 | 62 | 55 |
| Binary | 1010001 | 111010 | 10101100 | 110101 | 1000010 | 0 | 100001 | 11111100 | 110010 | 101101 |
Color Harmonies of #513AAC
Complementary color
Monochromatic Colors of #513AAC
Black with #513AAC
Text Example
Text Example
White with #513AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513AAC; }
p { color: rgb(81,58,172); }
H1.HeaderClassName
{
color: #513AAC;
}
.AnyTagClassName
{
color: #513AAC;
}
</style>
background-color css
<style>
a { background-color: #513AAC; }
a { background-color: rgb(81,58,172); }
div.DivClassName
{
background-color: #513AAC;
}
.BgClassName
{
background-color: #513AAC;
}
</style>
border-color css
<style>
span { border-color: #513AAC; }
span { border-color: rgb(81,58,172); }
td.TdClassName
{
border-color: #513AAC;
}
.TagClassName
{
border-color: #513AAC;
}
</style>