Shades of Royal Blue #5669EA
Tints of Royal Blue #5669EA
RGB
CMYK
RGB Variations
Color information
#5669EA (or 0x5669EA) is known color: Royal Blue. HEX triplet: 56, 69 and EA. RGB value is (86,105,234). Sum of RGB (Red+Green+Blue) = 86+105+234=425 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.24% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #5669EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5669EA is #A99615. Grayscale: #717171. Windows color (decimal): -11114006 or 15362390. OLE color: 15362390.
HSL color Cylindrical-coordinate representation of color #5669EA: hue angle of 232.3º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5669EA is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 105 | 234 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.08 |
| HSL | 232.3º | 0.78% | 0.63% | - |
| HSV(B) | 232.3º | 0.63% | 0.92% | - |
| XYZ | 23.74 | 18.02 | 80.07 | - |
| YUV | 114.03 | 195.71 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 234 | 0.63 | 0.55 | 0 | 0.08 | 232.3 | 0.78 | 0.63 |
| Hex | 56 | 69 | EA | 3F | 37 | 0 | 8 | E8 | 4E | 3F |
| Octal | 126 | 151 | 352 | 77 | 67 | 0 | 10 | 350 | 116 | 77 |
| Binary | 1010110 | 1101001 | 11101010 | 111111 | 110111 | 0 | 1000 | 11101000 | 1001110 | 111111 |
Color Harmonies of #5669EA
Complementary color
Monochromatic Colors of #5669EA
Black with #5669EA
Text Example
Text Example
White with #5669EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5669EA; }
p { color: rgb(86,105,234); }
H1.HeaderClassName
{
color: #5669EA;
}
.AnyTagClassName
{
color: #5669EA;
}
</style>
background-color css
<style>
a { background-color: #5669EA; }
a { background-color: rgb(86,105,234); }
div.DivClassName
{
background-color: #5669EA;
}
.BgClassName
{
background-color: #5669EA;
}
</style>
border-color css
<style>
span { border-color: #5669EA; }
span { border-color: rgb(86,105,234); }
td.TdClassName
{
border-color: #5669EA;
}
.TagClassName
{
border-color: #5669EA;
}
</style>