Shades of Royal Blue #555EE2
Tints of Royal Blue #555EE2
RGB
CMYK
RGB Variations
Color information
#555EE2 (or 0x555EE2) is known color: Royal Blue. HEX triplet: 55, 5E and E2. RGB value is (85,94,226). Sum of RGB (Red+Green+Blue) = 85+94+226=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 226 (88.67% from 255 or 55.80% from 405); Max value from RGB is 226 - color contains mainly: blue. Hex color #555EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EE2 is #AAA11D. Grayscale: #696969. Windows color (decimal): -11182366 or 14835285. OLE color: 14835285.
HSL color Cylindrical-coordinate representation of color #555EE2: hue angle of 236.17º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #555EE2 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 94 | 226 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.11 |
| HSL | 236.17º | 0.71% | 0.61% | - |
| HSV(B) | 236.17º | 0.62% | 0.89% | - |
| XYZ | 21.48 | 15.43 | 73.8 | - |
| YUV | 106.36 | 195.52 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 226 | 0.62 | 0.58 | 0 | 0.11 | 236.17 | 0.71 | 0.61 |
| Hex | 55 | 5E | E2 | 3E | 3A | 0 | B | EC | 47 | 3D |
| Octal | 125 | 136 | 342 | 76 | 72 | 0 | 13 | 354 | 107 | 75 |
| Binary | 1010101 | 1011110 | 11100010 | 111110 | 111010 | 0 | 1011 | 11101100 | 1000111 | 111101 |
Color Harmonies of #555EE2
Complementary color
Monochromatic Colors of #555EE2
Black with #555EE2
Text Example
Text Example
White with #555EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EE2; }
p { color: rgb(85,94,226); }
H1.HeaderClassName
{
color: #555EE2;
}
.AnyTagClassName
{
color: #555EE2;
}
</style>
background-color css
<style>
a { background-color: #555EE2; }
a { background-color: rgb(85,94,226); }
div.DivClassName
{
background-color: #555EE2;
}
.BgClassName
{
background-color: #555EE2;
}
</style>
border-color css
<style>
span { border-color: #555EE2; }
span { border-color: rgb(85,94,226); }
td.TdClassName
{
border-color: #555EE2;
}
.TagClassName
{
border-color: #555EE2;
}
</style>