Shades of Royal Blue #5677FD
Tints of Royal Blue #5677FD
RGB
CMYK
RGB Variations
Color information
#5677FD (or 0x5677FD) is known color: Royal Blue. HEX triplet: 56, 77 and FD. RGB value is (86,119,253). Sum of RGB (Red+Green+Blue) = 86+119+253=458 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.78% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #5677FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5677FD is #A98802. Grayscale: #7B7B7B. Windows color (decimal): -11110403 or 16611158. OLE color: 16611158.
HSL color Cylindrical-coordinate representation of color #5677FD: hue angle of 228.14º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5677FD is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 119 | 253 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.01 |
| HSL | 228.14º | 0.98% | 0.66% | - |
| HSV(B) | 228.14º | 0.66% | 0.99% | - |
| XYZ | 28.16 | 22.26 | 95.74 | - |
| YUV | 124.41 | 200.57 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 253 | 0.66 | 0.53 | 0 | 0.01 | 228.14 | 0.98 | 0.66 |
| Hex | 56 | 77 | FD | 42 | 35 | 0 | 1 | E4 | 62 | 42 |
| Octal | 126 | 167 | 375 | 102 | 65 | 0 | 1 | 344 | 142 | 102 |
| Binary | 1010110 | 1110111 | 11111101 | 1000010 | 110101 | 0 | 1 | 11100100 | 1100010 | 1000010 |
Color Harmonies of #5677FD
Complementary color
Monochromatic Colors of #5677FD
Black with #5677FD
Text Example
Text Example
White with #5677FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5677FD; }
p { color: rgb(86,119,253); }
H1.HeaderClassName
{
color: #5677FD;
}
.AnyTagClassName
{
color: #5677FD;
}
</style>
background-color css
<style>
a { background-color: #5677FD; }
a { background-color: rgb(86,119,253); }
div.DivClassName
{
background-color: #5677FD;
}
.BgClassName
{
background-color: #5677FD;
}
</style>
border-color css
<style>
span { border-color: #5677FD; }
span { border-color: rgb(86,119,253); }
td.TdClassName
{
border-color: #5677FD;
}
.TagClassName
{
border-color: #5677FD;
}
</style>