Shades of Royal Blue #516AE5
Tints of Royal Blue #516AE5
RGB
CMYK
RGB Variations
Color information
#516AE5 (or 0x516AE5) is known color: Royal Blue. HEX triplet: 51, 6A and E5. RGB value is (81,106,229). Sum of RGB (Red+Green+Blue) = 81+106+229=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #516AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AE5 is #AE951A. Grayscale: #707070. Windows color (decimal): -11441435 or 15034961. OLE color: 15034961.
HSL color Cylindrical-coordinate representation of color #516AE5: hue angle of 229.86º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #516AE5 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 106 | 229 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.10 |
| HSL | 229.86º | 0.74% | 0.61% | - |
| HSV(B) | 229.86º | 0.65% | 0.9% | - |
| XYZ | 22.69 | 17.71 | 76.35 | - |
| YUV | 112.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 229 | 0.65 | 0.54 | 0 | 0.10 | 229.86 | 0.74 | 0.61 |
| Hex | 51 | 6A | E5 | 41 | 36 | 0 | A | E6 | 4A | 3D |
| Octal | 121 | 152 | 345 | 101 | 66 | 0 | 12 | 346 | 112 | 75 |
| Binary | 1010001 | 1101010 | 11100101 | 1000001 | 110110 | 0 | 1010 | 11100110 | 1001010 | 111101 |
Color Harmonies of #516AE5
Complementary color
Monochromatic Colors of #516AE5
Black with #516AE5
Text Example
Text Example
White with #516AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516AE5; }
p { color: rgb(81,106,229); }
H1.HeaderClassName
{
color: #516AE5;
}
.AnyTagClassName
{
color: #516AE5;
}
</style>
background-color css
<style>
a { background-color: #516AE5; }
a { background-color: rgb(81,106,229); }
div.DivClassName
{
background-color: #516AE5;
}
.BgClassName
{
background-color: #516AE5;
}
</style>
border-color css
<style>
span { border-color: #516AE5; }
span { border-color: rgb(81,106,229); }
td.TdClassName
{
border-color: #516AE5;
}
.TagClassName
{
border-color: #516AE5;
}
</style>