Shades of Royal Blue #5667ED
Tints of Royal Blue #5667ED
RGB
CMYK
RGB Variations
Color information
#5667ED (or 0x5667ED) is known color: Royal Blue. HEX triplet: 56, 67 and ED. RGB value is (86,103,237). Sum of RGB (Red+Green+Blue) = 86+103+237=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #5667ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5667ED is #A99812. Grayscale: #707070. Windows color (decimal): -11114515 or 15558486. OLE color: 15558486.
HSL color Cylindrical-coordinate representation of color #5667ED: hue angle of 233.25º 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 #5667ED is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 103 | 237 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.07 |
| HSL | 233.25º | 0.81% | 0.63% | - |
| HSV(B) | 233.25º | 0.64% | 0.93% | - |
| XYZ | 23.97 | 17.79 | 82.29 | - |
| YUV | 113.19 | 197.87 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 237 | 0.64 | 0.57 | 0 | 0.07 | 233.25 | 0.81 | 0.63 |
| Hex | 56 | 67 | ED | 40 | 39 | 0 | 7 | E9 | 51 | 3F |
| Octal | 126 | 147 | 355 | 100 | 71 | 0 | 7 | 351 | 121 | 77 |
| Binary | 1010110 | 1100111 | 11101101 | 1000000 | 111001 | 0 | 111 | 11101001 | 1010001 | 111111 |
Color Harmonies of #5667ED
Complementary color
Monochromatic Colors of #5667ED
Black with #5667ED
Text Example
Text Example
White with #5667ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5667ED; }
p { color: rgb(86,103,237); }
H1.HeaderClassName
{
color: #5667ED;
}
.AnyTagClassName
{
color: #5667ED;
}
</style>
background-color css
<style>
a { background-color: #5667ED; }
a { background-color: rgb(86,103,237); }
div.DivClassName
{
background-color: #5667ED;
}
.BgClassName
{
background-color: #5667ED;
}
</style>
border-color css
<style>
span { border-color: #5667ED; }
span { border-color: rgb(86,103,237); }
td.TdClassName
{
border-color: #5667ED;
}
.TagClassName
{
border-color: #5667ED;
}
</style>