Shades of Royal Blue #5367EE
Tints of Royal Blue #5367EE
RGB
CMYK
RGB Variations
Color information
#5367EE (or 0x5367EE) is known color: Royal Blue. HEX triplet: 53, 67 and EE. RGB value is (83,103,238). Sum of RGB (Red+Green+Blue) = 83+103+238=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #5367EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5367EE is #AC9811. Grayscale: #6F6F6F. Windows color (decimal): -11311122 or 15624019. OLE color: 15624019.
HSL color Cylindrical-coordinate representation of color #5367EE: hue angle of 232.26º degrees, saturation: 0.82, 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 #5367EE is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 103 | 238 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.07 |
| HSL | 232.26º | 0.82% | 0.63% | - |
| HSV(B) | 232.26º | 0.65% | 0.93% | - |
| XYZ | 23.85 | 17.71 | 83.05 | - |
| YUV | 112.41 | 198.87 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 238 | 0.65 | 0.57 | 0 | 0.07 | 232.26 | 0.82 | 0.63 |
| Hex | 53 | 67 | EE | 41 | 39 | 0 | 7 | E8 | 52 | 3F |
| Octal | 123 | 147 | 356 | 101 | 71 | 0 | 7 | 350 | 122 | 77 |
| Binary | 1010011 | 1100111 | 11101110 | 1000001 | 111001 | 0 | 111 | 11101000 | 1010010 | 111111 |
Color Harmonies of #5367EE
Complementary color
Monochromatic Colors of #5367EE
Black with #5367EE
Text Example
Text Example
White with #5367EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5367EE; }
p { color: rgb(83,103,238); }
H1.HeaderClassName
{
color: #5367EE;
}
.AnyTagClassName
{
color: #5367EE;
}
</style>
background-color css
<style>
a { background-color: #5367EE; }
a { background-color: rgb(83,103,238); }
div.DivClassName
{
background-color: #5367EE;
}
.BgClassName
{
background-color: #5367EE;
}
</style>
border-color css
<style>
span { border-color: #5367EE; }
span { border-color: rgb(83,103,238); }
td.TdClassName
{
border-color: #5367EE;
}
.TagClassName
{
border-color: #5367EE;
}
</style>