Shades of Royal Blue #5367EA
Tints of Royal Blue #5367EA
RGB
CMYK
RGB Variations
Color information
#5367EA (or 0x5367EA) is known color: Royal Blue. HEX triplet: 53, 67 and EA. RGB value is (83,103,234). Sum of RGB (Red+Green+Blue) = 83+103+234=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #5367EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5367EA is #AC9815. Grayscale: #6F6F6F. Windows color (decimal): -11311126 or 15361875. OLE color: 15361875.
HSL color Cylindrical-coordinate representation of color #5367EA: hue angle of 232.05º 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 #5367EA is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 103 | 234 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.08 |
| HSL | 232.05º | 0.78% | 0.62% | - |
| HSV(B) | 232.05º | 0.65% | 0.92% | - |
| XYZ | 23.27 | 17.48 | 79.99 | - |
| YUV | 111.95 | 196.87 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 234 | 0.65 | 0.56 | 0 | 0.08 | 232.05 | 0.78 | 0.62 |
| Hex | 53 | 67 | EA | 41 | 38 | 0 | 8 | E8 | 4E | 3E |
| Octal | 123 | 147 | 352 | 101 | 70 | 0 | 10 | 350 | 116 | 76 |
| Binary | 1010011 | 1100111 | 11101010 | 1000001 | 111000 | 0 | 1000 | 11101000 | 1001110 | 111110 |
Color Harmonies of #5367EA
Complementary color
Monochromatic Colors of #5367EA
Black with #5367EA
Text Example
Text Example
White with #5367EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5367EA; }
p { color: rgb(83,103,234); }
H1.HeaderClassName
{
color: #5367EA;
}
.AnyTagClassName
{
color: #5367EA;
}
</style>
background-color css
<style>
a { background-color: #5367EA; }
a { background-color: rgb(83,103,234); }
div.DivClassName
{
background-color: #5367EA;
}
.BgClassName
{
background-color: #5367EA;
}
</style>
border-color css
<style>
span { border-color: #5367EA; }
span { border-color: rgb(83,103,234); }
td.TdClassName
{
border-color: #5367EA;
}
.TagClassName
{
border-color: #5367EA;
}
</style>