Shades of Royal Blue #555EE5
Tints of Royal Blue #555EE5
RGB
CMYK
RGB Variations
Color information
#555EE5 (or 0x555EE5) is known color: Royal Blue. HEX triplet: 55, 5E and E5. RGB value is (85,94,229). Sum of RGB (Red+Green+Blue) = 85+94+229=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #555EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EE5 is #AAA11A. Grayscale: #6A6A6A. Windows color (decimal): -11182363 or 15031893. OLE color: 15031893.
HSL color Cylindrical-coordinate representation of color #555EE5: hue angle of 236.25º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #555EE5 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 94 | 229 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.10 |
| HSL | 236.25º | 0.73% | 0.62% | - |
| HSV(B) | 236.25º | 0.63% | 0.9% | - |
| XYZ | 21.89 | 15.59 | 75.98 | - |
| YUV | 106.7 | 197.02 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 229 | 0.63 | 0.59 | 0 | 0.10 | 236.25 | 0.73 | 0.62 |
| Hex | 55 | 5E | E5 | 3F | 3B | 0 | A | EC | 49 | 3E |
| Octal | 125 | 136 | 345 | 77 | 73 | 0 | 12 | 354 | 111 | 76 |
| Binary | 1010101 | 1011110 | 11100101 | 111111 | 111011 | 0 | 1010 | 11101100 | 1001001 | 111110 |
Color Harmonies of #555EE5
Complementary color
Monochromatic Colors of #555EE5
Black with #555EE5
Text Example
Text Example
White with #555EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EE5; }
p { color: rgb(85,94,229); }
H1.HeaderClassName
{
color: #555EE5;
}
.AnyTagClassName
{
color: #555EE5;
}
</style>
background-color css
<style>
a { background-color: #555EE5; }
a { background-color: rgb(85,94,229); }
div.DivClassName
{
background-color: #555EE5;
}
.BgClassName
{
background-color: #555EE5;
}
</style>
border-color css
<style>
span { border-color: #555EE5; }
span { border-color: rgb(85,94,229); }
td.TdClassName
{
border-color: #555EE5;
}
.TagClassName
{
border-color: #555EE5;
}
</style>