Shades of Royal Blue #555BE1
Tints of Royal Blue #555BE1
RGB
CMYK
RGB Variations
Color information
#555BE1 (or 0x555BE1) is known color: Royal Blue. HEX triplet: 55, 5B and E1. RGB value is (85,91,225). Sum of RGB (Red+Green+Blue) = 85+91+225=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #555BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BE1 is #AAA41E. Grayscale: #676767. Windows color (decimal): -11183135 or 14768981. OLE color: 14768981.
HSL color Cylindrical-coordinate representation of color #555BE1: hue angle of 237.43º 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 #555BE1 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 91 | 225 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.12 |
| HSL | 237.43º | 0.7% | 0.61% | - |
| HSV(B) | 237.43º | 0.62% | 0.88% | - |
| XYZ | 21.08 | 14.85 | 72.99 | - |
| YUV | 104.48 | 196.01 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 225 | 0.62 | 0.60 | 0 | 0.12 | 237.43 | 0.7 | 0.61 |
| Hex | 55 | 5B | E1 | 3E | 3C | 0 | C | ED | 46 | 3D |
| Octal | 125 | 133 | 341 | 76 | 74 | 0 | 14 | 355 | 106 | 75 |
| Binary | 1010101 | 1011011 | 11100001 | 111110 | 111100 | 0 | 1100 | 11101101 | 1000110 | 111101 |
Color Harmonies of #555BE1
Complementary color
Monochromatic Colors of #555BE1
Black with #555BE1
Text Example
Text Example
White with #555BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BE1; }
p { color: rgb(85,91,225); }
H1.HeaderClassName
{
color: #555BE1;
}
.AnyTagClassName
{
color: #555BE1;
}
</style>
background-color css
<style>
a { background-color: #555BE1; }
a { background-color: rgb(85,91,225); }
div.DivClassName
{
background-color: #555BE1;
}
.BgClassName
{
background-color: #555BE1;
}
</style>
border-color css
<style>
span { border-color: #555BE1; }
span { border-color: rgb(85,91,225); }
td.TdClassName
{
border-color: #555BE1;
}
.TagClassName
{
border-color: #555BE1;
}
</style>