Shades of Royal Blue #555EDE
Tints of Royal Blue #555EDE
RGB
CMYK
RGB Variations
Color information
#555EDE (or 0x555EDE) is known color: Royal Blue. HEX triplet: 55, 5E and DE. RGB value is (85,94,222). Sum of RGB (Red+Green+Blue) = 85+94+222=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #555EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EDE is #AAA121. Grayscale: #696969. Windows color (decimal): -11182370 or 14573141. OLE color: 14573141.
HSL color Cylindrical-coordinate representation of color #555EDE: hue angle of 236.06º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #555EDE is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 94 | 222 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.13 |
| HSL | 236.06º | 0.67% | 0.6% | - |
| HSV(B) | 236.06º | 0.62% | 0.87% | - |
| XYZ | 20.93 | 15.21 | 70.94 | - |
| YUV | 105.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 222 | 0.62 | 0.58 | 0 | 0.13 | 236.06 | 0.67 | 0.6 |
| Hex | 55 | 5E | DE | 3E | 3A | 0 | D | EC | 43 | 3C |
| Octal | 125 | 136 | 336 | 76 | 72 | 0 | 15 | 354 | 103 | 74 |
| Binary | 1010101 | 1011110 | 11011110 | 111110 | 111010 | 0 | 1101 | 11101100 | 1000011 | 111100 |
Color Harmonies of #555EDE
Complementary color
Monochromatic Colors of #555EDE
Black with #555EDE
Text Example
Text Example
White with #555EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EDE; }
p { color: rgb(85,94,222); }
H1.HeaderClassName
{
color: #555EDE;
}
.AnyTagClassName
{
color: #555EDE;
}
</style>
background-color css
<style>
a { background-color: #555EDE; }
a { background-color: rgb(85,94,222); }
div.DivClassName
{
background-color: #555EDE;
}
.BgClassName
{
background-color: #555EDE;
}
</style>
border-color css
<style>
span { border-color: #555EDE; }
span { border-color: rgb(85,94,222); }
td.TdClassName
{
border-color: #555EDE;
}
.TagClassName
{
border-color: #555EDE;
}
</style>