Shades of Royal Blue #5778DC
Tints of Royal Blue #5778DC
RGB
CMYK
RGB Variations
Color information
#5778DC (or 0x5778DC) is known color: Royal Blue. HEX triplet: 57, 78 and DC. RGB value is (87,120,220). Sum of RGB (Red+Green+Blue) = 87+120+220=427 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.37% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #5778DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5778DC is #A88723. Grayscale: #797979. Windows color (decimal): -11044644 or 14448727. OLE color: 14448727.
HSL color Cylindrical-coordinate representation of color #5778DC: hue angle of 225.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5778DC is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 120 | 220 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.14 |
| HSL | 225.11º | 0.66% | 0.6% | - |
| HSV(B) | 225.11º | 0.6% | 0.86% | - |
| XYZ | 23.57 | 20.63 | 70.45 | - |
| YUV | 121.53 | 183.57 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 220 | 0.60 | 0.45 | 0 | 0.14 | 225.11 | 0.66 | 0.6 |
| Hex | 57 | 78 | DC | 3C | 2D | 0 | E | E1 | 42 | 3C |
| Octal | 127 | 170 | 334 | 74 | 55 | 0 | 16 | 341 | 102 | 74 |
| Binary | 1010111 | 1111000 | 11011100 | 111100 | 101101 | 0 | 1110 | 11100001 | 1000010 | 111100 |
Color Harmonies of #5778DC
Complementary color
Monochromatic Colors of #5778DC
Black with #5778DC
Text Example
Text Example
White with #5778DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5778DC; }
p { color: rgb(87,120,220); }
H1.HeaderClassName
{
color: #5778DC;
}
.AnyTagClassName
{
color: #5778DC;
}
</style>
background-color css
<style>
a { background-color: #5778DC; }
a { background-color: rgb(87,120,220); }
div.DivClassName
{
background-color: #5778DC;
}
.BgClassName
{
background-color: #5778DC;
}
</style>
border-color css
<style>
span { border-color: #5778DC; }
span { border-color: rgb(87,120,220); }
td.TdClassName
{
border-color: #5778DC;
}
.TagClassName
{
border-color: #5778DC;
}
</style>