Shades of Royal Blue #555FE1
Tints of Royal Blue #555FE1
RGB
CMYK
RGB Variations
Color information
#555FE1 (or 0x555FE1) is known color: Royal Blue. HEX triplet: 55, 5F and E1. RGB value is (85,95,225). Sum of RGB (Red+Green+Blue) = 85+95+225=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #555FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555FE1 is #AAA01E. Grayscale: #6A6A6A. Windows color (decimal): -11182111 or 14770005. OLE color: 14770005.
HSL color Cylindrical-coordinate representation of color #555FE1: hue angle of 235.71º degrees, saturation: 0.7, 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 #555FE1 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 95 | 225 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.12 |
| HSL | 235.71º | 0.7% | 0.61% | - |
| HSV(B) | 235.71º | 0.62% | 0.88% | - |
| XYZ | 21.43 | 15.55 | 73.11 | - |
| YUV | 106.83 | 194.69 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 225 | 0.62 | 0.58 | 0 | 0.12 | 235.71 | 0.7 | 0.61 |
| Hex | 55 | 5F | E1 | 3E | 3A | 0 | C | EC | 46 | 3D |
| Octal | 125 | 137 | 341 | 76 | 72 | 0 | 14 | 354 | 106 | 75 |
| Binary | 1010101 | 1011111 | 11100001 | 111110 | 111010 | 0 | 1100 | 11101100 | 1000110 | 111101 |
Color Harmonies of #555FE1
Complementary color
Monochromatic Colors of #555FE1
Black with #555FE1
Text Example
Text Example
White with #555FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FE1; }
p { color: rgb(85,95,225); }
H1.HeaderClassName
{
color: #555FE1;
}
.AnyTagClassName
{
color: #555FE1;
}
</style>
background-color css
<style>
a { background-color: #555FE1; }
a { background-color: rgb(85,95,225); }
div.DivClassName
{
background-color: #555FE1;
}
.BgClassName
{
background-color: #555FE1;
}
</style>
border-color css
<style>
span { border-color: #555FE1; }
span { border-color: rgb(85,95,225); }
td.TdClassName
{
border-color: #555FE1;
}
.TagClassName
{
border-color: #555FE1;
}
</style>