Shades of Royal Blue #5669EE
Tints of Royal Blue #5669EE
RGB
CMYK
RGB Variations
Color information
#5669EE (or 0x5669EE) is known color: Royal Blue. HEX triplet: 56, 69 and EE. RGB value is (86,105,238). Sum of RGB (Red+Green+Blue) = 86+105+238=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #5669EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5669EE is #A99611. Grayscale: #717171. Windows color (decimal): -11114002 or 15624534. OLE color: 15624534.
HSL color Cylindrical-coordinate representation of color #5669EE: hue angle of 232.5º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5669EE is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 105 | 238 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.07 |
| HSL | 232.5º | 0.82% | 0.64% | - |
| HSV(B) | 232.5º | 0.64% | 0.93% | - |
| XYZ | 24.32 | 18.25 | 83.13 | - |
| YUV | 114.48 | 197.71 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 238 | 0.64 | 0.56 | 0 | 0.07 | 232.5 | 0.82 | 0.64 |
| Hex | 56 | 69 | EE | 40 | 38 | 0 | 7 | E8 | 52 | 40 |
| Octal | 126 | 151 | 356 | 100 | 70 | 0 | 7 | 350 | 122 | 100 |
| Binary | 1010110 | 1101001 | 11101110 | 1000000 | 111000 | 0 | 111 | 11101000 | 1010010 | 1000000 |
Color Harmonies of #5669EE
Complementary color
Monochromatic Colors of #5669EE
Black with #5669EE
Text Example
Text Example
White with #5669EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5669EE; }
p { color: rgb(86,105,238); }
H1.HeaderClassName
{
color: #5669EE;
}
.AnyTagClassName
{
color: #5669EE;
}
</style>
background-color css
<style>
a { background-color: #5669EE; }
a { background-color: rgb(86,105,238); }
div.DivClassName
{
background-color: #5669EE;
}
.BgClassName
{
background-color: #5669EE;
}
</style>
border-color css
<style>
span { border-color: #5669EE; }
span { border-color: rgb(86,105,238); }
td.TdClassName
{
border-color: #5669EE;
}
.TagClassName
{
border-color: #5669EE;
}
</style>