Shades of Royal Blue #5366EA
Tints of Royal Blue #5366EA
RGB
CMYK
RGB Variations
Color information
#5366EA (or 0x5366EA) is known color: Royal Blue. HEX triplet: 53, 66 and EA. RGB value is (83,102,234). Sum of RGB (Red+Green+Blue) = 83+102+234=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #5366EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5366EA is #AC9915. Grayscale: #6E6E6E. Windows color (decimal): -11311382 or 15361619. OLE color: 15361619.
HSL color Cylindrical-coordinate representation of color #5366EA: hue angle of 232.45º 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 #5366EA is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 102 | 234 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.08 |
| HSL | 232.45º | 0.78% | 0.62% | - |
| HSV(B) | 232.45º | 0.65% | 0.92% | - |
| XYZ | 23.17 | 17.28 | 79.96 | - |
| YUV | 111.37 | 197.21 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 234 | 0.65 | 0.56 | 0 | 0.08 | 232.45 | 0.78 | 0.62 |
| Hex | 53 | 66 | EA | 41 | 38 | 0 | 8 | E8 | 4E | 3E |
| Octal | 123 | 146 | 352 | 101 | 70 | 0 | 10 | 350 | 116 | 76 |
| Binary | 1010011 | 1100110 | 11101010 | 1000001 | 111000 | 0 | 1000 | 11101000 | 1001110 | 111110 |
Color Harmonies of #5366EA
Complementary color
Monochromatic Colors of #5366EA
Black with #5366EA
Text Example
Text Example
White with #5366EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5366EA; }
p { color: rgb(83,102,234); }
H1.HeaderClassName
{
color: #5366EA;
}
.AnyTagClassName
{
color: #5366EA;
}
</style>
background-color css
<style>
a { background-color: #5366EA; }
a { background-color: rgb(83,102,234); }
div.DivClassName
{
background-color: #5366EA;
}
.BgClassName
{
background-color: #5366EA;
}
</style>
border-color css
<style>
span { border-color: #5366EA; }
span { border-color: rgb(83,102,234); }
td.TdClassName
{
border-color: #5366EA;
}
.TagClassName
{
border-color: #5366EA;
}
</style>