Shades of Royal Blue #5778DE
Tints of Royal Blue #5778DE
RGB
CMYK
RGB Variations
Color information
#5778DE (or 0x5778DE) is known color: Royal Blue. HEX triplet: 57, 78 and DE. RGB value is (87,120,222). Sum of RGB (Red+Green+Blue) = 87+120+222=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #5778DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5778DE is #A88721. Grayscale: #797979. Windows color (decimal): -11044642 or 14579799. OLE color: 14579799.
HSL color Cylindrical-coordinate representation of color #5778DE: hue angle of 225.33º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5778DE is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 120 | 222 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.13 |
| HSL | 225.33º | 0.67% | 0.61% | - |
| HSV(B) | 225.33º | 0.61% | 0.87% | - |
| XYZ | 23.83 | 20.73 | 71.85 | - |
| YUV | 121.76 | 184.57 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 222 | 0.61 | 0.46 | 0 | 0.13 | 225.33 | 0.67 | 0.61 |
| Hex | 57 | 78 | DE | 3D | 2E | 0 | D | E1 | 43 | 3D |
| Octal | 127 | 170 | 336 | 75 | 56 | 0 | 15 | 341 | 103 | 75 |
| Binary | 1010111 | 1111000 | 11011110 | 111101 | 101110 | 0 | 1101 | 11100001 | 1000011 | 111101 |
Color Harmonies of #5778DE
Complementary color
Monochromatic Colors of #5778DE
Black with #5778DE
Text Example
Text Example
White with #5778DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5778DE; }
p { color: rgb(87,120,222); }
H1.HeaderClassName
{
color: #5778DE;
}
.AnyTagClassName
{
color: #5778DE;
}
</style>
background-color css
<style>
a { background-color: #5778DE; }
a { background-color: rgb(87,120,222); }
div.DivClassName
{
background-color: #5778DE;
}
.BgClassName
{
background-color: #5778DE;
}
</style>
border-color css
<style>
span { border-color: #5778DE; }
span { border-color: rgb(87,120,222); }
td.TdClassName
{
border-color: #5778DE;
}
.TagClassName
{
border-color: #5778DE;
}
</style>