Shades of Royal Blue #5367EC
Tints of Royal Blue #5367EC
RGB
CMYK
RGB Variations
Color information
#5367EC (or 0x5367EC) is known color: Royal Blue. HEX triplet: 53, 67 and EC. RGB value is (83,103,236). Sum of RGB (Red+Green+Blue) = 83+103+236=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #5367EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5367EC is #AC9813. Grayscale: #6F6F6F. Windows color (decimal): -11311124 or 15492947. OLE color: 15492947.
HSL color Cylindrical-coordinate representation of color #5367EC: hue angle of 232.16º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5367EC is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 103 | 236 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.07 |
| HSL | 232.16º | 0.8% | 0.63% | - |
| HSV(B) | 232.16º | 0.65% | 0.93% | - |
| XYZ | 23.56 | 17.6 | 81.51 | - |
| YUV | 112.18 | 197.87 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 236 | 0.65 | 0.56 | 0 | 0.07 | 232.16 | 0.8 | 0.63 |
| Hex | 53 | 67 | EC | 41 | 38 | 0 | 7 | E8 | 50 | 3F |
| Octal | 123 | 147 | 354 | 101 | 70 | 0 | 7 | 350 | 120 | 77 |
| Binary | 1010011 | 1100111 | 11101100 | 1000001 | 111000 | 0 | 111 | 11101000 | 1010000 | 111111 |
Color Harmonies of #5367EC
Complementary color
Monochromatic Colors of #5367EC
Black with #5367EC
Text Example
Text Example
White with #5367EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5367EC; }
p { color: rgb(83,103,236); }
H1.HeaderClassName
{
color: #5367EC;
}
.AnyTagClassName
{
color: #5367EC;
}
</style>
background-color css
<style>
a { background-color: #5367EC; }
a { background-color: rgb(83,103,236); }
div.DivClassName
{
background-color: #5367EC;
}
.BgClassName
{
background-color: #5367EC;
}
</style>
border-color css
<style>
span { border-color: #5367EC; }
span { border-color: rgb(83,103,236); }
td.TdClassName
{
border-color: #5367EC;
}
.TagClassName
{
border-color: #5367EC;
}
</style>