Shades of Royal Blue #5163EB
Tints of Royal Blue #5163EB
RGB
CMYK
RGB Variations
Color information
#5163EB (or 0x5163EB) is known color: Royal Blue. HEX triplet: 51, 63 and EB. RGB value is (81,99,235). Sum of RGB (Red+Green+Blue) = 81+99+235=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #5163EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5163EB is #AE9C14. Grayscale: #6C6C6C. Windows color (decimal): -11443221 or 15426385. OLE color: 15426385.
HSL color Cylindrical-coordinate representation of color #5163EB: hue angle of 232.99º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5163EB is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 99 | 235 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.08 |
| HSL | 232.99º | 0.79% | 0.62% | - |
| HSV(B) | 232.99º | 0.66% | 0.92% | - |
| XYZ | 22.85 | 16.67 | 80.61 | - |
| YUV | 109.12 | 199.04 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 99 | 235 | 0.66 | 0.58 | 0 | 0.08 | 232.99 | 0.79 | 0.62 |
| Hex | 51 | 63 | EB | 42 | 3A | 0 | 8 | E9 | 4F | 3E |
| Octal | 121 | 143 | 353 | 102 | 72 | 0 | 10 | 351 | 117 | 76 |
| Binary | 1010001 | 1100011 | 11101011 | 1000010 | 111010 | 0 | 1000 | 11101001 | 1001111 | 111110 |
Color Harmonies of #5163EB
Complementary color
Monochromatic Colors of #5163EB
Black with #5163EB
Text Example
Text Example
White with #5163EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5163EB; }
p { color: rgb(81,99,235); }
H1.HeaderClassName
{
color: #5163EB;
}
.AnyTagClassName
{
color: #5163EB;
}
</style>
background-color css
<style>
a { background-color: #5163EB; }
a { background-color: rgb(81,99,235); }
div.DivClassName
{
background-color: #5163EB;
}
.BgClassName
{
background-color: #5163EB;
}
</style>
border-color css
<style>
span { border-color: #5163EB; }
span { border-color: rgb(81,99,235); }
td.TdClassName
{
border-color: #5163EB;
}
.TagClassName
{
border-color: #5163EB;
}
</style>