Shades of Royal Blue #5667DC
Tints of Royal Blue #5667DC
RGB
CMYK
RGB Variations
Color information
#5667DC (or 0x5667DC) is known color: Royal Blue. HEX triplet: 56, 67 and DC. RGB value is (86,103,220). Sum of RGB (Red+Green+Blue) = 86+103+220=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #5667DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5667DC is #A99823. Grayscale: #6E6E6E. Windows color (decimal): -11114532 or 14444374. OLE color: 14444374.
HSL color Cylindrical-coordinate representation of color #5667DC: hue angle of 232.39º degrees, saturation: 0.66, 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 #5667DC is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 103 | 220 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.14 |
| HSL | 232.39º | 0.66% | 0.6% | - |
| HSV(B) | 232.39º | 0.61% | 0.86% | - |
| XYZ | 21.61 | 16.85 | 69.82 | - |
| YUV | 111.26 | 189.37 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 220 | 0.61 | 0.53 | 0 | 0.14 | 232.39 | 0.66 | 0.6 |
| Hex | 56 | 67 | DC | 3D | 35 | 0 | E | E8 | 42 | 3C |
| Octal | 126 | 147 | 334 | 75 | 65 | 0 | 16 | 350 | 102 | 74 |
| Binary | 1010110 | 1100111 | 11011100 | 111101 | 110101 | 0 | 1110 | 11101000 | 1000010 | 111100 |
Color Harmonies of #5667DC
Complementary color
Monochromatic Colors of #5667DC
Black with #5667DC
Text Example
Text Example
White with #5667DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5667DC; }
p { color: rgb(86,103,220); }
H1.HeaderClassName
{
color: #5667DC;
}
.AnyTagClassName
{
color: #5667DC;
}
</style>
background-color css
<style>
a { background-color: #5667DC; }
a { background-color: rgb(86,103,220); }
div.DivClassName
{
background-color: #5667DC;
}
.BgClassName
{
background-color: #5667DC;
}
</style>
border-color css
<style>
span { border-color: #5667DC; }
span { border-color: rgb(86,103,220); }
td.TdClassName
{
border-color: #5667DC;
}
.TagClassName
{
border-color: #5667DC;
}
</style>