Shades of Royal Blue #5364EB
Tints of Royal Blue #5364EB
RGB
CMYK
RGB Variations
Color information
#5364EB (or 0x5364EB) is known color: Royal Blue. HEX triplet: 53, 64 and EB. RGB value is (83,100,235). Sum of RGB (Red+Green+Blue) = 83+100+235=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #5364EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5364EB is #AC9B14. Grayscale: #6D6D6D. Windows color (decimal): -11311893 or 15426643. OLE color: 15426643.
HSL color Cylindrical-coordinate representation of color #5364EB: hue angle of 233.29º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5364EB is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 100 | 235 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.08 |
| HSL | 233.29º | 0.79% | 0.62% | - |
| HSV(B) | 233.29º | 0.65% | 0.92% | - |
| XYZ | 23.12 | 16.95 | 80.65 | - |
| YUV | 110.31 | 198.37 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 235 | 0.65 | 0.57 | 0 | 0.08 | 233.29 | 0.79 | 0.62 |
| Hex | 53 | 64 | EB | 41 | 39 | 0 | 8 | E9 | 4F | 3E |
| Octal | 123 | 144 | 353 | 101 | 71 | 0 | 10 | 351 | 117 | 76 |
| Binary | 1010011 | 1100100 | 11101011 | 1000001 | 111001 | 0 | 1000 | 11101001 | 1001111 | 111110 |
Color Harmonies of #5364EB
Complementary color
Monochromatic Colors of #5364EB
Black with #5364EB
Text Example
Text Example
White with #5364EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5364EB; }
p { color: rgb(83,100,235); }
H1.HeaderClassName
{
color: #5364EB;
}
.AnyTagClassName
{
color: #5364EB;
}
</style>
background-color css
<style>
a { background-color: #5364EB; }
a { background-color: rgb(83,100,235); }
div.DivClassName
{
background-color: #5364EB;
}
.BgClassName
{
background-color: #5364EB;
}
</style>
border-color css
<style>
span { border-color: #5364EB; }
span { border-color: rgb(83,100,235); }
td.TdClassName
{
border-color: #5364EB;
}
.TagClassName
{
border-color: #5364EB;
}
</style>