Shades of Royal Blue #5675EF
Tints of Royal Blue #5675EF
RGB
CMYK
RGB Variations
Color information
#5675EF (or 0x5675EF) is known color: Royal Blue. HEX triplet: 56, 75 and EF. RGB value is (86,117,239). Sum of RGB (Red+Green+Blue) = 86+117+239=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #5675EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5675EF is #A98A10. Grayscale: #797979. Windows color (decimal): -11110929 or 15693142. OLE color: 15693142.
HSL color Cylindrical-coordinate representation of color #5675EF: hue angle of 227.84º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5675EF is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 117 | 239 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.06 |
| HSL | 227.84º | 0.83% | 0.64% | - |
| HSV(B) | 227.84º | 0.64% | 0.94% | - |
| XYZ | 25.78 | 20.93 | 84.34 | - |
| YUV | 121.64 | 194.23 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 239 | 0.64 | 0.51 | 0 | 0.06 | 227.84 | 0.83 | 0.64 |
| Hex | 56 | 75 | EF | 40 | 33 | 0 | 6 | E4 | 53 | 40 |
| Octal | 126 | 165 | 357 | 100 | 63 | 0 | 6 | 344 | 123 | 100 |
| Binary | 1010110 | 1110101 | 11101111 | 1000000 | 110011 | 0 | 110 | 11100100 | 1010011 | 1000000 |
Color Harmonies of #5675EF
Complementary color
Monochromatic Colors of #5675EF
Black with #5675EF
Text Example
Text Example
White with #5675EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5675EF; }
p { color: rgb(86,117,239); }
H1.HeaderClassName
{
color: #5675EF;
}
.AnyTagClassName
{
color: #5675EF;
}
</style>
background-color css
<style>
a { background-color: #5675EF; }
a { background-color: rgb(86,117,239); }
div.DivClassName
{
background-color: #5675EF;
}
.BgClassName
{
background-color: #5675EF;
}
</style>
border-color css
<style>
span { border-color: #5675EF; }
span { border-color: rgb(86,117,239); }
td.TdClassName
{
border-color: #5675EF;
}
.TagClassName
{
border-color: #5675EF;
}
</style>