Shades of Royal Blue #5669D7
Tints of Royal Blue #5669D7
RGB
CMYK
RGB Variations
Color information
#5669D7 (or 0x5669D7) is known color: Royal Blue. HEX triplet: 56, 69 and D7. RGB value is (86,105,215). Sum of RGB (Red+Green+Blue) = 86+105+215=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #5669D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5669D7 is #A99628. Grayscale: #6F6F6F. Windows color (decimal): -11114025 or 14117206. OLE color: 14117206.
HSL color Cylindrical-coordinate representation of color #5669D7: hue angle of 231.16º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5669D7 is Cyan = 0.6, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 105 | 215 | - |
| CMYK | 0.6 | 0.51 | 0 | 0.16 |
| HSL | 231.16º | 0.62% | 0.59% | - |
| HSV(B) | 231.16º | 0.6% | 0.84% | - |
| XYZ | 21.16 | 16.99 | 66.45 | - |
| YUV | 111.86 | 186.21 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 215 | 0.6 | 0.51 | 0 | 0.16 | 231.16 | 0.62 | 0.59 |
| Hex | 56 | 69 | D7 | 3C | 33 | 0 | 10 | E7 | 3E | 3B |
| Octal | 126 | 151 | 327 | 74 | 63 | 0 | 20 | 347 | 76 | 73 |
| Binary | 1010110 | 1101001 | 11010111 | 111100 | 110011 | 0 | 10000 | 11100111 | 111110 | 111011 |
Color Harmonies of #5669D7
Complementary color
Monochromatic Colors of #5669D7
Black with #5669D7
Text Example
Text Example
White with #5669D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5669D7; }
p { color: rgb(86,105,215); }
H1.HeaderClassName
{
color: #5669D7;
}
.AnyTagClassName
{
color: #5669D7;
}
</style>
background-color css
<style>
a { background-color: #5669D7; }
a { background-color: rgb(86,105,215); }
div.DivClassName
{
background-color: #5669D7;
}
.BgClassName
{
background-color: #5669D7;
}
</style>
border-color css
<style>
span { border-color: #5669D7; }
span { border-color: rgb(86,105,215); }
td.TdClassName
{
border-color: #5669D7;
}
.TagClassName
{
border-color: #5669D7;
}
</style>