Shades of Royal Blue #5668DB
Tints of Royal Blue #5668DB
RGB
CMYK
RGB Variations
Color information
#5668DB (or 0x5668DB) is known color: Royal Blue. HEX triplet: 56, 68 and DB. RGB value is (86,104,219). Sum of RGB (Red+Green+Blue) = 86+104+219=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #5668DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5668DB is #A99724. Grayscale: #6F6F6F. Windows color (decimal): -11114277 or 14379094. OLE color: 14379094.
HSL color Cylindrical-coordinate representation of color #5668DB: hue angle of 231.88º 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 #5668DB is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 104 | 219 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.14 |
| HSL | 231.88º | 0.65% | 0.6% | - |
| HSV(B) | 231.88º | 0.61% | 0.86% | - |
| XYZ | 21.57 | 16.99 | 69.16 | - |
| YUV | 111.73 | 188.54 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 219 | 0.61 | 0.53 | 0 | 0.14 | 231.88 | 0.65 | 0.6 |
| Hex | 56 | 68 | DB | 3D | 35 | 0 | E | E8 | 41 | 3C |
| Octal | 126 | 150 | 333 | 75 | 65 | 0 | 16 | 350 | 101 | 74 |
| Binary | 1010110 | 1101000 | 11011011 | 111101 | 110101 | 0 | 1110 | 11101000 | 1000001 | 111100 |
Color Harmonies of #5668DB
Complementary color
Monochromatic Colors of #5668DB
Black with #5668DB
Text Example
Text Example
White with #5668DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5668DB; }
p { color: rgb(86,104,219); }
H1.HeaderClassName
{
color: #5668DB;
}
.AnyTagClassName
{
color: #5668DB;
}
</style>
background-color css
<style>
a { background-color: #5668DB; }
a { background-color: rgb(86,104,219); }
div.DivClassName
{
background-color: #5668DB;
}
.BgClassName
{
background-color: #5668DB;
}
</style>
border-color css
<style>
span { border-color: #5668DB; }
span { border-color: rgb(86,104,219); }
td.TdClassName
{
border-color: #5668DB;
}
.TagClassName
{
border-color: #5668DB;
}
</style>