Shades of Royal Blue #5573E4
Tints of Royal Blue #5573E4
RGB
CMYK
RGB Variations
Color information
#5573E4 (or 0x5573E4) is known color: Royal Blue. HEX triplet: 55, 73 and E4. RGB value is (85,115,228). Sum of RGB (Red+Green+Blue) = 85+115+228=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 228 (89.45% from 255 or 53.27% from 428); Max value from RGB is 228 - color contains mainly: blue. Hex color #5573E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5573E4 is #AA8C1B. Grayscale: #767676. Windows color (decimal): -11176988 or 14971733. OLE color: 14971733.
HSL color Cylindrical-coordinate representation of color #5573E4: hue angle of 227.41º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5573E4 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 115 | 228 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.11 |
| HSL | 227.41º | 0.73% | 0.61% | - |
| HSV(B) | 227.41º | 0.63% | 0.89% | - |
| XYZ | 23.88 | 19.79 | 75.96 | - |
| YUV | 118.91 | 189.56 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 228 | 0.63 | 0.50 | 0 | 0.11 | 227.41 | 0.73 | 0.61 |
| Hex | 55 | 73 | E4 | 3F | 32 | 0 | B | E3 | 49 | 3D |
| Octal | 125 | 163 | 344 | 77 | 62 | 0 | 13 | 343 | 111 | 75 |
| Binary | 1010101 | 1110011 | 11100100 | 111111 | 110010 | 0 | 1011 | 11100011 | 1001001 | 111101 |
Color Harmonies of #5573E4
Complementary color
Monochromatic Colors of #5573E4
Black with #5573E4
Text Example
Text Example
White with #5573E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5573E4; }
p { color: rgb(85,115,228); }
H1.HeaderClassName
{
color: #5573E4;
}
.AnyTagClassName
{
color: #5573E4;
}
</style>
background-color css
<style>
a { background-color: #5573E4; }
a { background-color: rgb(85,115,228); }
div.DivClassName
{
background-color: #5573E4;
}
.BgClassName
{
background-color: #5573E4;
}
</style>
border-color css
<style>
span { border-color: #5573E4; }
span { border-color: rgb(85,115,228); }
td.TdClassName
{
border-color: #5573E4;
}
.TagClassName
{
border-color: #5573E4;
}
</style>