Shades of Royal Blue #5676FB
Tints of Royal Blue #5676FB
RGB
CMYK
RGB Variations
Color information
#5676FB (or 0x5676FB) is known color: Royal Blue. HEX triplet: 56, 76 and FB. RGB value is (86,118,251). Sum of RGB (Red+Green+Blue) = 86+118+251=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #5676FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5676FB is #A98904. Grayscale: #7B7B7B. Windows color (decimal): -11110661 or 16479830. OLE color: 16479830.
HSL color Cylindrical-coordinate representation of color #5676FB: hue angle of 228.36º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5676FB is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 118 | 251 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.02 |
| HSL | 228.36º | 0.95% | 0.66% | - |
| HSV(B) | 228.36º | 0.66% | 0.98% | - |
| XYZ | 27.73 | 21.9 | 94.03 | - |
| YUV | 123.59 | 199.9 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 251 | 0.66 | 0.53 | 0 | 0.02 | 228.36 | 0.95 | 0.66 |
| Hex | 56 | 76 | FB | 42 | 35 | 0 | 2 | E4 | 5F | 42 |
| Octal | 126 | 166 | 373 | 102 | 65 | 0 | 2 | 344 | 137 | 102 |
| Binary | 1010110 | 1110110 | 11111011 | 1000010 | 110101 | 0 | 10 | 11100100 | 1011111 | 1000010 |
Color Harmonies of #5676FB
Complementary color
Monochromatic Colors of #5676FB
Black with #5676FB
Text Example
Text Example
White with #5676FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5676FB; }
p { color: rgb(86,118,251); }
H1.HeaderClassName
{
color: #5676FB;
}
.AnyTagClassName
{
color: #5676FB;
}
</style>
background-color css
<style>
a { background-color: #5676FB; }
a { background-color: rgb(86,118,251); }
div.DivClassName
{
background-color: #5676FB;
}
.BgClassName
{
background-color: #5676FB;
}
</style>
border-color css
<style>
span { border-color: #5676FB; }
span { border-color: rgb(86,118,251); }
td.TdClassName
{
border-color: #5676FB;
}
.TagClassName
{
border-color: #5676FB;
}
</style>