Shades of Royal Blue #555EE7
Tints of Royal Blue #555EE7
RGB
CMYK
RGB Variations
Color information
#555EE7 (or 0x555EE7) is known color: Royal Blue. HEX triplet: 55, 5E and E7. RGB value is (85,94,231). Sum of RGB (Red+Green+Blue) = 85+94+231=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 231 (90.62% from 255 or 56.34% from 410); Max value from RGB is 231 - color contains mainly: blue. Hex color #555EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555EE7 is #AAA118. Grayscale: #6A6A6A. Windows color (decimal): -11182361 or 15162965. OLE color: 15162965.
HSL color Cylindrical-coordinate representation of color #555EE7: hue angle of 236.3º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #555EE7 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 94 | 231 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.09 |
| HSL | 236.3º | 0.75% | 0.62% | - |
| HSV(B) | 236.3º | 0.63% | 0.91% | - |
| XYZ | 22.17 | 15.71 | 77.46 | - |
| YUV | 106.93 | 198.02 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 231 | 0.63 | 0.59 | 0 | 0.09 | 236.3 | 0.75 | 0.62 |
| Hex | 55 | 5E | E7 | 3F | 3B | 0 | 9 | EC | 4B | 3E |
| Octal | 125 | 136 | 347 | 77 | 73 | 0 | 11 | 354 | 113 | 76 |
| Binary | 1010101 | 1011110 | 11100111 | 111111 | 111011 | 0 | 1001 | 11101100 | 1001011 | 111110 |
Color Harmonies of #555EE7
Complementary color
Monochromatic Colors of #555EE7
Black with #555EE7
Text Example
Text Example
White with #555EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EE7; }
p { color: rgb(85,94,231); }
H1.HeaderClassName
{
color: #555EE7;
}
.AnyTagClassName
{
color: #555EE7;
}
</style>
background-color css
<style>
a { background-color: #555EE7; }
a { background-color: rgb(85,94,231); }
div.DivClassName
{
background-color: #555EE7;
}
.BgClassName
{
background-color: #555EE7;
}
</style>
border-color css
<style>
span { border-color: #555EE7; }
span { border-color: rgb(85,94,231); }
td.TdClassName
{
border-color: #555EE7;
}
.TagClassName
{
border-color: #555EE7;
}
</style>