Shades of Royal Blue #5668ED
Tints of Royal Blue #5668ED
RGB
CMYK
RGB Variations
Color information
#5668ED (or 0x5668ED) is known color: Royal Blue. HEX triplet: 56, 68 and ED. RGB value is (86,104,237). Sum of RGB (Red+Green+Blue) = 86+104+237=427 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.14% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #5668ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5668ED is #A99712. Grayscale: #717171. Windows color (decimal): -11114259 or 15558742. OLE color: 15558742.
HSL color Cylindrical-coordinate representation of color #5668ED: hue angle of 232.85º 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 #5668ED is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 104 | 237 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.07 |
| HSL | 232.85º | 0.81% | 0.63% | - |
| HSV(B) | 232.85º | 0.64% | 0.93% | - |
| XYZ | 24.07 | 17.99 | 82.33 | - |
| YUV | 113.78 | 197.54 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 237 | 0.64 | 0.56 | 0 | 0.07 | 232.85 | 0.81 | 0.63 |
| Hex | 56 | 68 | ED | 40 | 38 | 0 | 7 | E9 | 51 | 3F |
| Octal | 126 | 150 | 355 | 100 | 70 | 0 | 7 | 351 | 121 | 77 |
| Binary | 1010110 | 1101000 | 11101101 | 1000000 | 111000 | 0 | 111 | 11101001 | 1010001 | 111111 |
Color Harmonies of #5668ED
Complementary color
Monochromatic Colors of #5668ED
Black with #5668ED
Text Example
Text Example
White with #5668ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5668ED; }
p { color: rgb(86,104,237); }
H1.HeaderClassName
{
color: #5668ED;
}
.AnyTagClassName
{
color: #5668ED;
}
</style>
background-color css
<style>
a { background-color: #5668ED; }
a { background-color: rgb(86,104,237); }
div.DivClassName
{
background-color: #5668ED;
}
.BgClassName
{
background-color: #5668ED;
}
</style>
border-color css
<style>
span { border-color: #5668ED; }
span { border-color: rgb(86,104,237); }
td.TdClassName
{
border-color: #5668ED;
}
.TagClassName
{
border-color: #5668ED;
}
</style>