Shades of Royal Blue #516FF5
Tints of Royal Blue #516FF5
RGB
CMYK
RGB Variations
Color information
#516FF5 (or 0x516FF5) is known color: Royal Blue. HEX triplet: 51, 6F and F5. RGB value is (81,111,245). Sum of RGB (Red+Green+Blue) = 81+111+245=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #516FF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FF5 is #AE900A. Grayscale: #747474. Windows color (decimal): -11440139 or 16084817. OLE color: 16084817.
HSL color Cylindrical-coordinate representation of color #516FF5: hue angle of 229.02º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516FF5 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 111 | 245 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.04 |
| HSL | 229.02º | 0.89% | 0.64% | - |
| HSV(B) | 229.02º | 0.67% | 0.96% | - |
| XYZ | 25.56 | 19.71 | 88.84 | - |
| YUV | 117.31 | 200.06 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 245 | 0.67 | 0.55 | 0 | 0.04 | 229.02 | 0.89 | 0.64 |
| Hex | 51 | 6F | F5 | 43 | 37 | 0 | 4 | E5 | 59 | 40 |
| Octal | 121 | 157 | 365 | 103 | 67 | 0 | 4 | 345 | 131 | 100 |
| Binary | 1010001 | 1101111 | 11110101 | 1000011 | 110111 | 0 | 100 | 11100101 | 1011001 | 1000000 |
Color Harmonies of #516FF5
Complementary color
Monochromatic Colors of #516FF5
Black with #516FF5
Text Example
Text Example
White with #516FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FF5; }
p { color: rgb(81,111,245); }
H1.HeaderClassName
{
color: #516FF5;
}
.AnyTagClassName
{
color: #516FF5;
}
</style>
background-color css
<style>
a { background-color: #516FF5; }
a { background-color: rgb(81,111,245); }
div.DivClassName
{
background-color: #516FF5;
}
.BgClassName
{
background-color: #516FF5;
}
</style>
border-color css
<style>
span { border-color: #516FF5; }
span { border-color: rgb(81,111,245); }
td.TdClassName
{
border-color: #516FF5;
}
.TagClassName
{
border-color: #516FF5;
}
</style>