Shades of Royal Blue #5B62E9
Tints of Royal Blue #5B62E9
RGB
CMYK
RGB Variations
Color information
#5B62E9 (or 0x5B62E9) is known color: Royal Blue. HEX triplet: 5B, 62 and E9. RGB value is (91,98,233). Sum of RGB (Red+Green+Blue) = 91+98+233=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 233 (91.41% from 255 or 55.21% from 422); Max value from RGB is 233 - color contains mainly: blue. Hex color #5B62E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B62E9 is #A49D16. Grayscale: #6E6E6E. Windows color (decimal): -10788119 or 15295067. OLE color: 15295067.
HSL color Cylindrical-coordinate representation of color #5B62E9: hue angle of 237.04º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B62E9 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 98 | 233 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.09 |
| HSL | 237.04º | 0.76% | 0.64% | - |
| HSV(B) | 237.04º | 0.61% | 0.91% | - |
| XYZ | 23.39 | 16.84 | 79.11 | - |
| YUV | 111.3 | 196.68 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 233 | 0.61 | 0.58 | 0 | 0.09 | 237.04 | 0.76 | 0.64 |
| Hex | 5B | 62 | E9 | 3D | 3A | 0 | 9 | ED | 4C | 40 |
| Octal | 133 | 142 | 351 | 75 | 72 | 0 | 11 | 355 | 114 | 100 |
| Binary | 1011011 | 1100010 | 11101001 | 111101 | 111010 | 0 | 1001 | 11101101 | 1001100 | 1000000 |
Color Harmonies of #5B62E9
Complementary color
Monochromatic Colors of #5B62E9
Black with #5B62E9
Text Example
Text Example
White with #5B62E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B62E9; }
p { color: rgb(91,98,233); }
H1.HeaderClassName
{
color: #5B62E9;
}
.AnyTagClassName
{
color: #5B62E9;
}
</style>
background-color css
<style>
a { background-color: #5B62E9; }
a { background-color: rgb(91,98,233); }
div.DivClassName
{
background-color: #5B62E9;
}
.BgClassName
{
background-color: #5B62E9;
}
</style>
border-color css
<style>
span { border-color: #5B62E9; }
span { border-color: rgb(91,98,233); }
td.TdClassName
{
border-color: #5B62E9;
}
.TagClassName
{
border-color: #5B62E9;
}
</style>