Shades of Royal Blue #5676FF
Tints of Royal Blue #5676FF
RGB
CMYK
RGB Variations
Color information
#5676FF (or 0x5676FF) is known color: Royal Blue. HEX triplet: 56, 76 and FF. RGB value is (86,118,255). Sum of RGB (Red+Green+Blue) = 86+118+255=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #5676FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5676FF is #A98900. Grayscale: #7B7B7B. Windows color (decimal): -11110657 or 16741974. OLE color: 16741974.
HSL color Cylindrical-coordinate representation of color #5676FF: hue angle of 228.64º 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 #5676FF is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 118 | 255 | - |
| CMYK | 0.66 | 0.54 | 0 | 0 |
| HSL | 228.64º | 1% | 0.67% | - |
| HSV(B) | 228.64º | 0.66% | 1% | - |
| XYZ | 28.37 | 22.16 | 97.39 | - |
| YUV | 124.05 | 201.9 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 255 | 0.66 | 0.54 | 0 | 0 | 228.64 | 1 | 0.67 |
| Hex | 56 | 76 | FF | 42 | 36 | 0 | 0 | E5 | 64 | 43 |
| Octal | 126 | 166 | 377 | 102 | 66 | 0 | 0 | 345 | 144 | 103 |
| Binary | 1010110 | 1110110 | 11111111 | 1000010 | 110110 | 0 | 0 | 11100101 | 1100100 | 1000011 |
Color Harmonies of #5676FF
Complementary color
Monochromatic Colors of #5676FF
Black with #5676FF
Text Example
Text Example
White with #5676FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5676FF; }
p { color: rgb(86,118,255); }
H1.HeaderClassName
{
color: #5676FF;
}
.AnyTagClassName
{
color: #5676FF;
}
</style>
background-color css
<style>
a { background-color: #5676FF; }
a { background-color: rgb(86,118,255); }
div.DivClassName
{
background-color: #5676FF;
}
.BgClassName
{
background-color: #5676FF;
}
</style>
border-color css
<style>
span { border-color: #5676FF; }
span { border-color: rgb(86,118,255); }
td.TdClassName
{
border-color: #5676FF;
}
.TagClassName
{
border-color: #5676FF;
}
</style>