Shades of Royal Blue #5578DC
Tints of Royal Blue #5578DC
RGB
CMYK
RGB Variations
Color information
#5578DC (or 0x5578DC) is known color: Royal Blue. HEX triplet: 55, 78 and DC. RGB value is (85,120,220). Sum of RGB (Red+Green+Blue) = 85+120+220=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #5578DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5578DC is #AA8723. Grayscale: #787878. Windows color (decimal): -11175716 or 14448725. OLE color: 14448725.
HSL color Cylindrical-coordinate representation of color #5578DC: hue angle of 224.44º 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 #5578DC is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 120 | 220 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.14 |
| HSL | 224.44º | 0.66% | 0.6% | - |
| HSV(B) | 224.44º | 0.61% | 0.86% | - |
| XYZ | 23.38 | 20.53 | 70.44 | - |
| YUV | 120.94 | 183.9 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 220 | 0.61 | 0.45 | 0 | 0.14 | 224.44 | 0.66 | 0.6 |
| Hex | 55 | 78 | DC | 3D | 2D | 0 | E | E0 | 42 | 3C |
| Octal | 125 | 170 | 334 | 75 | 55 | 0 | 16 | 340 | 102 | 74 |
| Binary | 1010101 | 1111000 | 11011100 | 111101 | 101101 | 0 | 1110 | 11100000 | 1000010 | 111100 |
Color Harmonies of #5578DC
Complementary color
Monochromatic Colors of #5578DC
Black with #5578DC
Text Example
Text Example
White with #5578DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5578DC; }
p { color: rgb(85,120,220); }
H1.HeaderClassName
{
color: #5578DC;
}
.AnyTagClassName
{
color: #5578DC;
}
</style>
background-color css
<style>
a { background-color: #5578DC; }
a { background-color: rgb(85,120,220); }
div.DivClassName
{
background-color: #5578DC;
}
.BgClassName
{
background-color: #5578DC;
}
</style>
border-color css
<style>
span { border-color: #5578DC; }
span { border-color: rgb(85,120,220); }
td.TdClassName
{
border-color: #5578DC;
}
.TagClassName
{
border-color: #5578DC;
}
</style>