Shades of Royal Blue #5B64EC
Tints of Royal Blue #5B64EC
RGB
CMYK
RGB Variations
Color information
#5B64EC (or 0x5B64EC) is known color: Royal Blue. HEX triplet: 5B, 64 and EC. RGB value is (91,100,236). Sum of RGB (Red+Green+Blue) = 91+100+236=427 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.31% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B64EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B64EC is #A49B13. Grayscale: #707070. Windows color (decimal): -10787604 or 15492187. OLE color: 15492187.
HSL color Cylindrical-coordinate representation of color #5B64EC: hue angle of 236.28º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B64EC is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 100 | 236 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.07 |
| HSL | 236.28º | 0.79% | 0.64% | - |
| HSV(B) | 236.28º | 0.61% | 0.93% | - |
| XYZ | 24.01 | 17.39 | 81.45 | - |
| YUV | 112.81 | 197.52 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 100 | 236 | 0.61 | 0.58 | 0 | 0.07 | 236.28 | 0.79 | 0.64 |
| Hex | 5B | 64 | EC | 3D | 3A | 0 | 7 | EC | 4F | 40 |
| Octal | 133 | 144 | 354 | 75 | 72 | 0 | 7 | 354 | 117 | 100 |
| Binary | 1011011 | 1100100 | 11101100 | 111101 | 111010 | 0 | 111 | 11101100 | 1001111 | 1000000 |
Color Harmonies of #5B64EC
Complementary color
Monochromatic Colors of #5B64EC
Black with #5B64EC
Text Example
Text Example
White with #5B64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B64EC; }
p { color: rgb(91,100,236); }
H1.HeaderClassName
{
color: #5B64EC;
}
.AnyTagClassName
{
color: #5B64EC;
}
</style>
background-color css
<style>
a { background-color: #5B64EC; }
a { background-color: rgb(91,100,236); }
div.DivClassName
{
background-color: #5B64EC;
}
.BgClassName
{
background-color: #5B64EC;
}
</style>
border-color css
<style>
span { border-color: #5B64EC; }
span { border-color: rgb(91,100,236); }
td.TdClassName
{
border-color: #5B64EC;
}
.TagClassName
{
border-color: #5B64EC;
}
</style>