Shades of Royal Blue #5676EE
Tints of Royal Blue #5676EE
RGB
CMYK
RGB Variations
Color information
#5676EE (or 0x5676EE) is known color: Royal Blue. HEX triplet: 56, 76 and EE. RGB value is (86,118,238). Sum of RGB (Red+Green+Blue) = 86+118+238=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #5676EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5676EE is #A98911. Grayscale: #797979. Windows color (decimal): -11110674 or 15627862. OLE color: 15627862.
HSL color Cylindrical-coordinate representation of color #5676EE: hue angle of 227.37º 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 #5676EE is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 118 | 238 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.07 |
| HSL | 227.37º | 0.82% | 0.64% | - |
| HSV(B) | 227.37º | 0.64% | 0.93% | - |
| XYZ | 25.75 | 21.11 | 83.61 | - |
| YUV | 122.11 | 193.4 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 238 | 0.64 | 0.50 | 0 | 0.07 | 227.37 | 0.82 | 0.64 |
| Hex | 56 | 76 | EE | 40 | 32 | 0 | 7 | E3 | 52 | 40 |
| Octal | 126 | 166 | 356 | 100 | 62 | 0 | 7 | 343 | 122 | 100 |
| Binary | 1010110 | 1110110 | 11101110 | 1000000 | 110010 | 0 | 111 | 11100011 | 1010010 | 1000000 |
Color Harmonies of #5676EE
Complementary color
Monochromatic Colors of #5676EE
Black with #5676EE
Text Example
Text Example
White with #5676EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5676EE; }
p { color: rgb(86,118,238); }
H1.HeaderClassName
{
color: #5676EE;
}
.AnyTagClassName
{
color: #5676EE;
}
</style>
background-color css
<style>
a { background-color: #5676EE; }
a { background-color: rgb(86,118,238); }
div.DivClassName
{
background-color: #5676EE;
}
.BgClassName
{
background-color: #5676EE;
}
</style>
border-color css
<style>
span { border-color: #5676EE; }
span { border-color: rgb(86,118,238); }
td.TdClassName
{
border-color: #5676EE;
}
.TagClassName
{
border-color: #5676EE;
}
</style>