Shades of Royal Blue #5675ED
Tints of Royal Blue #5675ED
RGB
CMYK
RGB Variations
Color information
#5675ED (or 0x5675ED) is known color: Royal Blue. HEX triplet: 56, 75 and ED. RGB value is (86,117,237). Sum of RGB (Red+Green+Blue) = 86+117+237=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #5675ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5675ED is #A98A12. Grayscale: #787878. Windows color (decimal): -11110931 or 15562070. OLE color: 15562070.
HSL color Cylindrical-coordinate representation of color #5675ED: hue angle of 227.68º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5675ED is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 117 | 237 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.07 |
| HSL | 227.68º | 0.81% | 0.63% | - |
| HSV(B) | 227.68º | 0.64% | 0.93% | - |
| XYZ | 25.49 | 20.82 | 82.8 | - |
| YUV | 121.41 | 193.23 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 237 | 0.64 | 0.51 | 0 | 0.07 | 227.68 | 0.81 | 0.63 |
| Hex | 56 | 75 | ED | 40 | 33 | 0 | 7 | E4 | 51 | 3F |
| Octal | 126 | 165 | 355 | 100 | 63 | 0 | 7 | 344 | 121 | 77 |
| Binary | 1010110 | 1110101 | 11101101 | 1000000 | 110011 | 0 | 111 | 11100100 | 1010001 | 111111 |
Color Harmonies of #5675ED
Complementary color
Monochromatic Colors of #5675ED
Black with #5675ED
Text Example
Text Example
White with #5675ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5675ED; }
p { color: rgb(86,117,237); }
H1.HeaderClassName
{
color: #5675ED;
}
.AnyTagClassName
{
color: #5675ED;
}
</style>
background-color css
<style>
a { background-color: #5675ED; }
a { background-color: rgb(86,117,237); }
div.DivClassName
{
background-color: #5675ED;
}
.BgClassName
{
background-color: #5675ED;
}
</style>
border-color css
<style>
span { border-color: #5675ED; }
span { border-color: rgb(86,117,237); }
td.TdClassName
{
border-color: #5675ED;
}
.TagClassName
{
border-color: #5675ED;
}
</style>