Shades of Royal Blue #555EE0
Tints of Royal Blue #555EE0
RGB
CMYK
RGB Variations
Color information
#555EE0 (or 0x555EE0) is known color: Royal Blue. HEX triplet: 55, 5E and E0. RGB value is (85,94,224). Sum of RGB (Red+Green+Blue) = 85+94+224=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #555EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EE0 is #AAA11F. Grayscale: #696969. Windows color (decimal): -11182368 or 14704213. OLE color: 14704213.
HSL color Cylindrical-coordinate representation of color #555EE0: hue angle of 236.12º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #555EE0 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 94 | 224 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.12 |
| HSL | 236.12º | 0.69% | 0.61% | - |
| HSV(B) | 236.12º | 0.62% | 0.88% | - |
| XYZ | 21.2 | 15.32 | 72.36 | - |
| YUV | 106.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 224 | 0.62 | 0.58 | 0 | 0.12 | 236.12 | 0.69 | 0.61 |
| Hex | 55 | 5E | E0 | 3E | 3A | 0 | C | EC | 45 | 3D |
| Octal | 125 | 136 | 340 | 76 | 72 | 0 | 14 | 354 | 105 | 75 |
| Binary | 1010101 | 1011110 | 11100000 | 111110 | 111010 | 0 | 1100 | 11101100 | 1000101 | 111101 |
Color Harmonies of #555EE0
Complementary color
Monochromatic Colors of #555EE0
Black with #555EE0
Text Example
Text Example
White with #555EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EE0; }
p { color: rgb(85,94,224); }
H1.HeaderClassName
{
color: #555EE0;
}
.AnyTagClassName
{
color: #555EE0;
}
</style>
background-color css
<style>
a { background-color: #555EE0; }
a { background-color: rgb(85,94,224); }
div.DivClassName
{
background-color: #555EE0;
}
.BgClassName
{
background-color: #555EE0;
}
</style>
border-color css
<style>
span { border-color: #555EE0; }
span { border-color: rgb(85,94,224); }
td.TdClassName
{
border-color: #555EE0;
}
.TagClassName
{
border-color: #555EE0;
}
</style>