Shades of Royal Blue #5673EA
Tints of Royal Blue #5673EA
RGB
CMYK
RGB Variations
Color information
#5673EA (or 0x5673EA) is known color: Royal Blue. HEX triplet: 56, 73 and EA. RGB value is (86,115,234). Sum of RGB (Red+Green+Blue) = 86+115+234=435 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.77% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #5673EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5673EA is #A98C15. Grayscale: #777777. Windows color (decimal): -11111446 or 15364950. OLE color: 15364950.
HSL color Cylindrical-coordinate representation of color #5673EA: hue angle of 228.24º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5673EA is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 115 | 234 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.08 |
| HSL | 228.24º | 0.78% | 0.63% | - |
| HSV(B) | 228.24º | 0.63% | 0.92% | - |
| XYZ | 24.82 | 20.18 | 80.43 | - |
| YUV | 119.9 | 192.39 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 234 | 0.63 | 0.51 | 0 | 0.08 | 228.24 | 0.78 | 0.63 |
| Hex | 56 | 73 | EA | 3F | 33 | 0 | 8 | E4 | 4E | 3F |
| Octal | 126 | 163 | 352 | 77 | 63 | 0 | 10 | 344 | 116 | 77 |
| Binary | 1010110 | 1110011 | 11101010 | 111111 | 110011 | 0 | 1000 | 11100100 | 1001110 | 111111 |
Color Harmonies of #5673EA
Complementary color
Monochromatic Colors of #5673EA
Black with #5673EA
Text Example
Text Example
White with #5673EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5673EA; }
p { color: rgb(86,115,234); }
H1.HeaderClassName
{
color: #5673EA;
}
.AnyTagClassName
{
color: #5673EA;
}
</style>
background-color css
<style>
a { background-color: #5673EA; }
a { background-color: rgb(86,115,234); }
div.DivClassName
{
background-color: #5673EA;
}
.BgClassName
{
background-color: #5673EA;
}
</style>
border-color css
<style>
span { border-color: #5673EA; }
span { border-color: rgb(86,115,234); }
td.TdClassName
{
border-color: #5673EA;
}
.TagClassName
{
border-color: #5673EA;
}
</style>