Shades of Blue Gem #513DAC
Tints of Blue Gem #513DAC
RGB
CMYK
RGB Variations
Color information
#513DAC (or 0x513DAC) is known color: Blue Gem. HEX triplet: 51, 3D and AC. RGB value is (81,61,172). Sum of RGB (Red+Green+Blue) = 81+61+172=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #513DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513DAC is #AEC253. Grayscale: #4F4F4F. Windows color (decimal): -11453012 or 11287889. OLE color: 11287889.
HSL color Cylindrical-coordinate representation of color #513DAC: hue angle of 250.81º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #513DAC is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 61 | 172 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.33 |
| HSL | 250.81º | 0.48% | 0.46% | - |
| HSV(B) | 250.81º | 0.65% | 0.67% | - |
| XYZ | 12.51 | 8.07 | 39.93 | - |
| YUV | 79.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 172 | 0.53 | 0.65 | 0 | 0.33 | 250.81 | 0.48 | 0.46 |
| Hex | 51 | 3D | AC | 35 | 41 | 0 | 21 | FB | 30 | 2E |
| Octal | 121 | 75 | 254 | 65 | 101 | 0 | 41 | 373 | 60 | 56 |
| Binary | 1010001 | 111101 | 10101100 | 110101 | 1000001 | 0 | 100001 | 11111011 | 110000 | 101110 |
Color Harmonies of #513DAC
Complementary color
Monochromatic Colors of #513DAC
Black with #513DAC
Text Example
Text Example
White with #513DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513DAC; }
p { color: rgb(81,61,172); }
H1.HeaderClassName
{
color: #513DAC;
}
.AnyTagClassName
{
color: #513DAC;
}
</style>
background-color css
<style>
a { background-color: #513DAC; }
a { background-color: rgb(81,61,172); }
div.DivClassName
{
background-color: #513DAC;
}
.BgClassName
{
background-color: #513DAC;
}
</style>
border-color css
<style>
span { border-color: #513DAC; }
span { border-color: rgb(81,61,172); }
td.TdClassName
{
border-color: #513DAC;
}
.TagClassName
{
border-color: #513DAC;
}
</style>