Shades of Royal Blue #5363EA
Tints of Royal Blue #5363EA
RGB
CMYK
RGB Variations
Color information
#5363EA (or 0x5363EA) is known color: Royal Blue. HEX triplet: 53, 63 and EA. RGB value is (83,99,234). Sum of RGB (Red+Green+Blue) = 83+99+234=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #5363EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5363EA is #AC9C15. Grayscale: #6D6D6D. Windows color (decimal): -11312150 or 15360851. OLE color: 15360851.
HSL color Cylindrical-coordinate representation of color #5363EA: hue angle of 233.64º degrees, saturation: 0.78, 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 #5363EA is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 99 | 234 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.08 |
| HSL | 233.64º | 0.78% | 0.62% | - |
| HSV(B) | 233.64º | 0.65% | 0.92% | - |
| XYZ | 22.88 | 16.7 | 79.86 | - |
| YUV | 109.61 | 198.2 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 234 | 0.65 | 0.58 | 0 | 0.08 | 233.64 | 0.78 | 0.62 |
| Hex | 53 | 63 | EA | 41 | 3A | 0 | 8 | EA | 4E | 3E |
| Octal | 123 | 143 | 352 | 101 | 72 | 0 | 10 | 352 | 116 | 76 |
| Binary | 1010011 | 1100011 | 11101010 | 1000001 | 111010 | 0 | 1000 | 11101010 | 1001110 | 111110 |
Color Harmonies of #5363EA
Complementary color
Monochromatic Colors of #5363EA
Black with #5363EA
Text Example
Text Example
White with #5363EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5363EA; }
p { color: rgb(83,99,234); }
H1.HeaderClassName
{
color: #5363EA;
}
.AnyTagClassName
{
color: #5363EA;
}
</style>
background-color css
<style>
a { background-color: #5363EA; }
a { background-color: rgb(83,99,234); }
div.DivClassName
{
background-color: #5363EA;
}
.BgClassName
{
background-color: #5363EA;
}
</style>
border-color css
<style>
span { border-color: #5363EA; }
span { border-color: rgb(83,99,234); }
td.TdClassName
{
border-color: #5363EA;
}
.TagClassName
{
border-color: #5363EA;
}
</style>