Shades of Royal Blue #5778E4
Tints of Royal Blue #5778E4
RGB
CMYK
RGB Variations
Color information
#5778E4 (or 0x5778E4) is known color: Royal Blue. HEX triplet: 57, 78 and E4. RGB value is (87,120,228). Sum of RGB (Red+Green+Blue) = 87+120+228=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #5778E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5778E4 is #A8871B. Grayscale: #797979. Windows color (decimal): -11044636 or 14973015. OLE color: 14973015.
HSL color Cylindrical-coordinate representation of color #5778E4: hue angle of 225.96º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5778E4 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 120 | 228 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.11 |
| HSL | 225.96º | 0.72% | 0.62% | - |
| HSV(B) | 225.96º | 0.62% | 0.89% | - |
| XYZ | 24.65 | 21.06 | 76.16 | - |
| YUV | 122.45 | 187.57 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 228 | 0.62 | 0.47 | 0 | 0.11 | 225.96 | 0.72 | 0.62 |
| Hex | 57 | 78 | E4 | 3E | 2F | 0 | B | E2 | 48 | 3E |
| Octal | 127 | 170 | 344 | 76 | 57 | 0 | 13 | 342 | 110 | 76 |
| Binary | 1010111 | 1111000 | 11100100 | 111110 | 101111 | 0 | 1011 | 11100010 | 1001000 | 111110 |
Color Harmonies of #5778E4
Complementary color
Monochromatic Colors of #5778E4
Black with #5778E4
Text Example
Text Example
White with #5778E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5778E4; }
p { color: rgb(87,120,228); }
H1.HeaderClassName
{
color: #5778E4;
}
.AnyTagClassName
{
color: #5778E4;
}
</style>
background-color css
<style>
a { background-color: #5778E4; }
a { background-color: rgb(87,120,228); }
div.DivClassName
{
background-color: #5778E4;
}
.BgClassName
{
background-color: #5778E4;
}
</style>
border-color css
<style>
span { border-color: #5778E4; }
span { border-color: rgb(87,120,228); }
td.TdClassName
{
border-color: #5778E4;
}
.TagClassName
{
border-color: #5778E4;
}
</style>