Shades of Royal Blue #5677D6
Tints of Royal Blue #5677D6
RGB
CMYK
RGB Variations
Color information
#5677D6 (or 0x5677D6) is known color: Royal Blue. HEX triplet: 56, 77 and D6. RGB value is (86,119,214). Sum of RGB (Red+Green+Blue) = 86+119+214=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 214 (83.98% from 255 or 51.07% from 419); Max value from RGB is 214 - color contains mainly: blue. Hex color #5677D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5677D6 is #A98829. Grayscale: #777777. Windows color (decimal): -11110442 or 14055254. OLE color: 14055254.
HSL color Cylindrical-coordinate representation of color #5677D6: hue angle of 224.53º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5677D6 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 119 | 214 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.16 |
| HSL | 224.53º | 0.61% | 0.59% | - |
| HSV(B) | 224.53º | 0.6% | 0.84% | - |
| XYZ | 22.57 | 20.03 | 66.29 | - |
| YUV | 119.96 | 181.07 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 214 | 0.60 | 0.44 | 0 | 0.16 | 224.53 | 0.61 | 0.59 |
| Hex | 56 | 77 | D6 | 3C | 2C | 0 | 10 | E1 | 3D | 3B |
| Octal | 126 | 167 | 326 | 74 | 54 | 0 | 20 | 341 | 75 | 73 |
| Binary | 1010110 | 1110111 | 11010110 | 111100 | 101100 | 0 | 10000 | 11100001 | 111101 | 111011 |
Color Harmonies of #5677D6
Complementary color
Monochromatic Colors of #5677D6
Black with #5677D6
Text Example
Text Example
White with #5677D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5677D6; }
p { color: rgb(86,119,214); }
H1.HeaderClassName
{
color: #5677D6;
}
.AnyTagClassName
{
color: #5677D6;
}
</style>
background-color css
<style>
a { background-color: #5677D6; }
a { background-color: rgb(86,119,214); }
div.DivClassName
{
background-color: #5677D6;
}
.BgClassName
{
background-color: #5677D6;
}
</style>
border-color css
<style>
span { border-color: #5677D6; }
span { border-color: rgb(86,119,214); }
td.TdClassName
{
border-color: #5677D6;
}
.TagClassName
{
border-color: #5677D6;
}
</style>