Shades of Royal Blue #5669DB
Tints of Royal Blue #5669DB
RGB
CMYK
RGB Variations
Color information
#5669DB (or 0x5669DB) is known color: Royal Blue. HEX triplet: 56, 69 and DB. RGB value is (86,105,219). Sum of RGB (Red+Green+Blue) = 86+105+219=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #5669DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5669DB is #A99624. Grayscale: #6F6F6F. Windows color (decimal): -11114021 or 14379350. OLE color: 14379350.
HSL color Cylindrical-coordinate representation of color #5669DB: hue angle of 231.43º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5669DB is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 105 | 219 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.14 |
| HSL | 231.43º | 0.65% | 0.6% | - |
| HSV(B) | 231.43º | 0.61% | 0.86% | - |
| XYZ | 21.68 | 17.2 | 69.19 | - |
| YUV | 112.32 | 188.21 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 219 | 0.61 | 0.52 | 0 | 0.14 | 231.43 | 0.65 | 0.6 |
| Hex | 56 | 69 | DB | 3D | 34 | 0 | E | E7 | 41 | 3C |
| Octal | 126 | 151 | 333 | 75 | 64 | 0 | 16 | 347 | 101 | 74 |
| Binary | 1010110 | 1101001 | 11011011 | 111101 | 110100 | 0 | 1110 | 11100111 | 1000001 | 111100 |
Color Harmonies of #5669DB
Complementary color
Monochromatic Colors of #5669DB
Black with #5669DB
Text Example
Text Example
White with #5669DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5669DB; }
p { color: rgb(86,105,219); }
H1.HeaderClassName
{
color: #5669DB;
}
.AnyTagClassName
{
color: #5669DB;
}
</style>
background-color css
<style>
a { background-color: #5669DB; }
a { background-color: rgb(86,105,219); }
div.DivClassName
{
background-color: #5669DB;
}
.BgClassName
{
background-color: #5669DB;
}
</style>
border-color css
<style>
span { border-color: #5669DB; }
span { border-color: rgb(86,105,219); }
td.TdClassName
{
border-color: #5669DB;
}
.TagClassName
{
border-color: #5669DB;
}
</style>