Shades of Royal Blue #5671FF
Tints of Royal Blue #5671FF
RGB
CMYK
RGB Variations
Color information
#5671FF (or 0x5671FF) is known color: Royal Blue. HEX triplet: 56, 71 and FF. RGB value is (86,113,255). Sum of RGB (Red+Green+Blue) = 86+113+255=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #5671FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5671FF is #A98E00. Grayscale: #787878. Windows color (decimal): -11111937 or 16740694. OLE color: 16740694.
HSL color Cylindrical-coordinate representation of color #5671FF: hue angle of 230.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5671FF is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 113 | 255 | - |
| CMYK | 0.66 | 0.56 | 0 | 0 |
| HSL | 230.41º | 1% | 0.67% | - |
| HSV(B) | 230.41º | 0.66% | 1% | - |
| XYZ | 27.79 | 21.01 | 97.2 | - |
| YUV | 121.12 | 203.55 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 113 | 255 | 0.66 | 0.56 | 0 | 0 | 230.41 | 1 | 0.67 |
| Hex | 56 | 71 | FF | 42 | 38 | 0 | 0 | E6 | 64 | 43 |
| Octal | 126 | 161 | 377 | 102 | 70 | 0 | 0 | 346 | 144 | 103 |
| Binary | 1010110 | 1110001 | 11111111 | 1000010 | 111000 | 0 | 0 | 11100110 | 1100100 | 1000011 |
Color Harmonies of #5671FF
Complementary color
Monochromatic Colors of #5671FF
Black with #5671FF
Text Example
Text Example
White with #5671FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5671FF; }
p { color: rgb(86,113,255); }
H1.HeaderClassName
{
color: #5671FF;
}
.AnyTagClassName
{
color: #5671FF;
}
</style>
background-color css
<style>
a { background-color: #5671FF; }
a { background-color: rgb(86,113,255); }
div.DivClassName
{
background-color: #5671FF;
}
.BgClassName
{
background-color: #5671FF;
}
</style>
border-color css
<style>
span { border-color: #5671FF; }
span { border-color: rgb(86,113,255); }
td.TdClassName
{
border-color: #5671FF;
}
.TagClassName
{
border-color: #5671FF;
}
</style>