Shades of Royal Blue #5677EE
Tints of Royal Blue #5677EE
RGB
CMYK
RGB Variations
Color information
#5677EE (or 0x5677EE) is known color: Royal Blue. HEX triplet: 56, 77 and EE. RGB value is (86,119,238). Sum of RGB (Red+Green+Blue) = 86+119+238=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #5677EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5677EE is #A98811. Grayscale: #7A7A7A. Windows color (decimal): -11110418 or 15628118. OLE color: 15628118.
HSL color Cylindrical-coordinate representation of color #5677EE: hue angle of 226.97º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5677EE is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 119 | 238 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.07 |
| HSL | 226.97º | 0.82% | 0.64% | - |
| HSV(B) | 226.97º | 0.64% | 0.93% | - |
| XYZ | 25.87 | 21.35 | 83.65 | - |
| YUV | 122.7 | 193.07 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 238 | 0.64 | 0.50 | 0 | 0.07 | 226.97 | 0.82 | 0.64 |
| Hex | 56 | 77 | EE | 40 | 32 | 0 | 7 | E3 | 52 | 40 |
| Octal | 126 | 167 | 356 | 100 | 62 | 0 | 7 | 343 | 122 | 100 |
| Binary | 1010110 | 1110111 | 11101110 | 1000000 | 110010 | 0 | 111 | 11100011 | 1010010 | 1000000 |
Color Harmonies of #5677EE
Complementary color
Monochromatic Colors of #5677EE
Black with #5677EE
Text Example
Text Example
White with #5677EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5677EE; }
p { color: rgb(86,119,238); }
H1.HeaderClassName
{
color: #5677EE;
}
.AnyTagClassName
{
color: #5677EE;
}
</style>
background-color css
<style>
a { background-color: #5677EE; }
a { background-color: rgb(86,119,238); }
div.DivClassName
{
background-color: #5677EE;
}
.BgClassName
{
background-color: #5677EE;
}
</style>
border-color css
<style>
span { border-color: #5677EE; }
span { border-color: rgb(86,119,238); }
td.TdClassName
{
border-color: #5677EE;
}
.TagClassName
{
border-color: #5677EE;
}
</style>