Shades of Royal Blue #5367F6
Tints of Royal Blue #5367F6
RGB
CMYK
RGB Variations
Color information
#5367F6 (or 0x5367F6) is known color: Royal Blue. HEX triplet: 53, 67 and F6. RGB value is (83,103,246). Sum of RGB (Red+Green+Blue) = 83+103+246=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #5367F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5367F6 is #AC9809. Grayscale: #707070. Windows color (decimal): -11311114 or 16148307. OLE color: 16148307.
HSL color Cylindrical-coordinate representation of color #5367F6: hue angle of 232.64º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5367F6 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 103 | 246 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.04 |
| HSL | 232.64º | 0.9% | 0.65% | - |
| HSV(B) | 232.64º | 0.66% | 0.96% | - |
| XYZ | 25.05 | 18.19 | 89.38 | - |
| YUV | 113.32 | 202.87 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 246 | 0.66 | 0.58 | 0 | 0.04 | 232.64 | 0.9 | 0.65 |
| Hex | 53 | 67 | F6 | 42 | 3A | 0 | 4 | E9 | 5A | 41 |
| Octal | 123 | 147 | 366 | 102 | 72 | 0 | 4 | 351 | 132 | 101 |
| Binary | 1010011 | 1100111 | 11110110 | 1000010 | 111010 | 0 | 100 | 11101001 | 1011010 | 1000001 |
Color Harmonies of #5367F6
Complementary color
Monochromatic Colors of #5367F6
Black with #5367F6
Text Example
Text Example
White with #5367F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5367F6; }
p { color: rgb(83,103,246); }
H1.HeaderClassName
{
color: #5367F6;
}
.AnyTagClassName
{
color: #5367F6;
}
</style>
background-color css
<style>
a { background-color: #5367F6; }
a { background-color: rgb(83,103,246); }
div.DivClassName
{
background-color: #5367F6;
}
.BgClassName
{
background-color: #5367F6;
}
</style>
border-color css
<style>
span { border-color: #5367F6; }
span { border-color: rgb(83,103,246); }
td.TdClassName
{
border-color: #5367F6;
}
.TagClassName
{
border-color: #5367F6;
}
</style>