Shades of Royal Blue #5367EF
Tints of Royal Blue #5367EF
RGB
CMYK
RGB Variations
Color information
#5367EF (or 0x5367EF) is known color: Royal Blue. HEX triplet: 53, 67 and EF. RGB value is (83,103,239). Sum of RGB (Red+Green+Blue) = 83+103+239=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #5367EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5367EF is #AC9810. Grayscale: #6F6F6F. Windows color (decimal): -11311121 or 15689555. OLE color: 15689555.
HSL color Cylindrical-coordinate representation of color #5367EF: hue angle of 232.31º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5367EF is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 103 | 239 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.06 |
| HSL | 232.31º | 0.83% | 0.63% | - |
| HSV(B) | 232.31º | 0.65% | 0.94% | - |
| XYZ | 24 | 17.77 | 83.83 | - |
| YUV | 112.52 | 199.37 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 239 | 0.65 | 0.57 | 0 | 0.06 | 232.31 | 0.83 | 0.63 |
| Hex | 53 | 67 | EF | 41 | 39 | 0 | 6 | E8 | 53 | 3F |
| Octal | 123 | 147 | 357 | 101 | 71 | 0 | 6 | 350 | 123 | 77 |
| Binary | 1010011 | 1100111 | 11101111 | 1000001 | 111001 | 0 | 110 | 11101000 | 1010011 | 111111 |
Color Harmonies of #5367EF
Complementary color
Monochromatic Colors of #5367EF
Black with #5367EF
Text Example
Text Example
White with #5367EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5367EF; }
p { color: rgb(83,103,239); }
H1.HeaderClassName
{
color: #5367EF;
}
.AnyTagClassName
{
color: #5367EF;
}
</style>
background-color css
<style>
a { background-color: #5367EF; }
a { background-color: rgb(83,103,239); }
div.DivClassName
{
background-color: #5367EF;
}
.BgClassName
{
background-color: #5367EF;
}
</style>
border-color css
<style>
span { border-color: #5367EF; }
span { border-color: rgb(83,103,239); }
td.TdClassName
{
border-color: #5367EF;
}
.TagClassName
{
border-color: #5367EF;
}
</style>