Shades of Royal Blue #5561E4
Tints of Royal Blue #5561E4
RGB
CMYK
RGB Variations
Color information
#5561E4 (or 0x5561E4) is known color: Royal Blue. HEX triplet: 55, 61 and E4. RGB value is (85,97,228). Sum of RGB (Red+Green+Blue) = 85+97+228=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #5561E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5561E4 is #AA9E1B. Grayscale: #6B6B6B. Windows color (decimal): -11181596 or 14967125. OLE color: 14967125.
HSL color Cylindrical-coordinate representation of color #5561E4: hue angle of 234.97º 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 #5561E4 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 97 | 228 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.11 |
| HSL | 234.97º | 0.73% | 0.61% | - |
| HSV(B) | 234.97º | 0.63% | 0.89% | - |
| XYZ | 22.02 | 16.08 | 75.34 | - |
| YUV | 108.35 | 195.52 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 228 | 0.63 | 0.57 | 0 | 0.11 | 234.97 | 0.73 | 0.61 |
| Hex | 55 | 61 | E4 | 3F | 39 | 0 | B | EB | 49 | 3D |
| Octal | 125 | 141 | 344 | 77 | 71 | 0 | 13 | 353 | 111 | 75 |
| Binary | 1010101 | 1100001 | 11100100 | 111111 | 111001 | 0 | 1011 | 11101011 | 1001001 | 111101 |
Color Harmonies of #5561E4
Complementary color
Monochromatic Colors of #5561E4
Black with #5561E4
Text Example
Text Example
White with #5561E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5561E4; }
p { color: rgb(85,97,228); }
H1.HeaderClassName
{
color: #5561E4;
}
.AnyTagClassName
{
color: #5561E4;
}
</style>
background-color css
<style>
a { background-color: #5561E4; }
a { background-color: rgb(85,97,228); }
div.DivClassName
{
background-color: #5561E4;
}
.BgClassName
{
background-color: #5561E4;
}
</style>
border-color css
<style>
span { border-color: #5561E4; }
span { border-color: rgb(85,97,228); }
td.TdClassName
{
border-color: #5561E4;
}
.TagClassName
{
border-color: #5561E4;
}
</style>