Shades of Royal Blue #5568DE
Tints of Royal Blue #5568DE
RGB
CMYK
RGB Variations
Color information
#5568DE (or 0x5568DE) is known color: Royal Blue. HEX triplet: 55, 68 and DE. RGB value is (85,104,222). Sum of RGB (Red+Green+Blue) = 85+104+222=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #5568DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5568DE is #AA9721. Grayscale: #6F6F6F. Windows color (decimal): -11179810 or 14575701. OLE color: 14575701.
HSL color Cylindrical-coordinate representation of color #5568DE: hue angle of 231.68º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5568DE is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 104 | 222 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.13 |
| HSL | 231.68º | 0.67% | 0.6% | - |
| HSV(B) | 231.68º | 0.62% | 0.87% | - |
| XYZ | 21.88 | 17.11 | 71.26 | - |
| YUV | 111.77 | 190.21 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 222 | 0.62 | 0.53 | 0 | 0.13 | 231.68 | 0.67 | 0.6 |
| Hex | 55 | 68 | DE | 3E | 35 | 0 | D | E8 | 43 | 3C |
| Octal | 125 | 150 | 336 | 76 | 65 | 0 | 15 | 350 | 103 | 74 |
| Binary | 1010101 | 1101000 | 11011110 | 111110 | 110101 | 0 | 1101 | 11101000 | 1000011 | 111100 |
Color Harmonies of #5568DE
Complementary color
Monochromatic Colors of #5568DE
Black with #5568DE
Text Example
Text Example
White with #5568DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5568DE; }
p { color: rgb(85,104,222); }
H1.HeaderClassName
{
color: #5568DE;
}
.AnyTagClassName
{
color: #5568DE;
}
</style>
background-color css
<style>
a { background-color: #5568DE; }
a { background-color: rgb(85,104,222); }
div.DivClassName
{
background-color: #5568DE;
}
.BgClassName
{
background-color: #5568DE;
}
</style>
border-color css
<style>
span { border-color: #5568DE; }
span { border-color: rgb(85,104,222); }
td.TdClassName
{
border-color: #5568DE;
}
.TagClassName
{
border-color: #5568DE;
}
</style>