Shades of Royal Blue #5159E5
Tints of Royal Blue #5159E5
RGB
CMYK
RGB Variations
Color information
#5159E5 (or 0x5159E5) is known color: Royal Blue. HEX triplet: 51, 59 and E5. RGB value is (81,89,229). Sum of RGB (Red+Green+Blue) = 81+89+229=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 229 (89.84% from 255 or 57.39% from 399); Max value from RGB is 229 - color contains mainly: blue. Hex color #5159E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5159E5 is #AEA61A. Grayscale: #666666. Windows color (decimal): -11445787 or 15030609. OLE color: 15030609.
HSL color Cylindrical-coordinate representation of color #5159E5: hue angle of 236.76º 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 #5159E5 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 89 | 229 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.10 |
| HSL | 236.76º | 0.74% | 0.61% | - |
| HSV(B) | 236.76º | 0.65% | 0.9% | - |
| XYZ | 21.11 | 14.55 | 75.82 | - |
| YUV | 102.57 | 199.35 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 229 | 0.65 | 0.61 | 0 | 0.10 | 236.76 | 0.74 | 0.61 |
| Hex | 51 | 59 | E5 | 41 | 3D | 0 | A | ED | 4A | 3D |
| Octal | 121 | 131 | 345 | 101 | 75 | 0 | 12 | 355 | 112 | 75 |
| Binary | 1010001 | 1011001 | 11100101 | 1000001 | 111101 | 0 | 1010 | 11101101 | 1001010 | 111101 |
Color Harmonies of #5159E5
Complementary color
Monochromatic Colors of #5159E5
Black with #5159E5
Text Example
Text Example
White with #5159E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5159E5; }
p { color: rgb(81,89,229); }
H1.HeaderClassName
{
color: #5159E5;
}
.AnyTagClassName
{
color: #5159E5;
}
</style>
background-color css
<style>
a { background-color: #5159E5; }
a { background-color: rgb(81,89,229); }
div.DivClassName
{
background-color: #5159E5;
}
.BgClassName
{
background-color: #5159E5;
}
</style>
border-color css
<style>
span { border-color: #5159E5; }
span { border-color: rgb(81,89,229); }
td.TdClassName
{
border-color: #5159E5;
}
.TagClassName
{
border-color: #5159E5;
}
</style>