Shades of Royal Blue #555BE0
Tints of Royal Blue #555BE0
RGB
CMYK
RGB Variations
Color information
#555BE0 (or 0x555BE0) is known color: Royal Blue. HEX triplet: 55, 5B and E0. RGB value is (85,91,224). Sum of RGB (Red+Green+Blue) = 85+91+224=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #555BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BE0 is #AAA41F. Grayscale: #676767. Windows color (decimal): -11183136 or 14703445. OLE color: 14703445.
HSL color Cylindrical-coordinate representation of color #555BE0: hue angle of 237.41º degrees, saturation: 0.69, 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 #555BE0 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 91 | 224 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.12 |
| HSL | 237.41º | 0.69% | 0.61% | - |
| HSV(B) | 237.41º | 0.62% | 0.88% | - |
| XYZ | 20.94 | 14.8 | 72.27 | - |
| YUV | 104.37 | 195.51 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 224 | 0.62 | 0.59 | 0 | 0.12 | 237.41 | 0.69 | 0.61 |
| Hex | 55 | 5B | E0 | 3E | 3B | 0 | C | ED | 45 | 3D |
| Octal | 125 | 133 | 340 | 76 | 73 | 0 | 14 | 355 | 105 | 75 |
| Binary | 1010101 | 1011011 | 11100000 | 111110 | 111011 | 0 | 1100 | 11101101 | 1000101 | 111101 |
Color Harmonies of #555BE0
Complementary color
Monochromatic Colors of #555BE0
Black with #555BE0
Text Example
Text Example
White with #555BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BE0; }
p { color: rgb(85,91,224); }
H1.HeaderClassName
{
color: #555BE0;
}
.AnyTagClassName
{
color: #555BE0;
}
</style>
background-color css
<style>
a { background-color: #555BE0; }
a { background-color: rgb(85,91,224); }
div.DivClassName
{
background-color: #555BE0;
}
.BgClassName
{
background-color: #555BE0;
}
</style>
border-color css
<style>
span { border-color: #555BE0; }
span { border-color: rgb(85,91,224); }
td.TdClassName
{
border-color: #555BE0;
}
.TagClassName
{
border-color: #555BE0;
}
</style>