Shades of Royal Blue #555CE0
Tints of Royal Blue #555CE0
RGB
CMYK
RGB Variations
Color information
#555CE0 (or 0x555CE0) is known color: Royal Blue. HEX triplet: 55, 5C and E0. RGB value is (85,92,224). Sum of RGB (Red+Green+Blue) = 85+92+224=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #555CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CE0 is #AAA31F. Grayscale: #686868. Windows color (decimal): -11182880 or 14703701. OLE color: 14703701.
HSL color Cylindrical-coordinate representation of color #555CE0: hue angle of 236.98º 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 #555CE0 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 92 | 224 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.12 |
| HSL | 236.98º | 0.69% | 0.61% | - |
| HSV(B) | 236.98º | 0.62% | 0.88% | - |
| XYZ | 21.03 | 14.97 | 72.3 | - |
| YUV | 104.96 | 195.18 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 224 | 0.62 | 0.59 | 0 | 0.12 | 236.98 | 0.69 | 0.61 |
| Hex | 55 | 5C | E0 | 3E | 3B | 0 | C | ED | 45 | 3D |
| Octal | 125 | 134 | 340 | 76 | 73 | 0 | 14 | 355 | 105 | 75 |
| Binary | 1010101 | 1011100 | 11100000 | 111110 | 111011 | 0 | 1100 | 11101101 | 1000101 | 111101 |
Color Harmonies of #555CE0
Complementary color
Monochromatic Colors of #555CE0
Black with #555CE0
Text Example
Text Example
White with #555CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CE0; }
p { color: rgb(85,92,224); }
H1.HeaderClassName
{
color: #555CE0;
}
.AnyTagClassName
{
color: #555CE0;
}
</style>
background-color css
<style>
a { background-color: #555CE0; }
a { background-color: rgb(85,92,224); }
div.DivClassName
{
background-color: #555CE0;
}
.BgClassName
{
background-color: #555CE0;
}
</style>
border-color css
<style>
span { border-color: #555CE0; }
span { border-color: rgb(85,92,224); }
td.TdClassName
{
border-color: #555CE0;
}
.TagClassName
{
border-color: #555CE0;
}
</style>