Shades of Royal Blue #555CE5
Tints of Royal Blue #555CE5
RGB
CMYK
RGB Variations
Color information
#555CE5 (or 0x555CE5) is known color: Royal Blue. HEX triplet: 55, 5C and E5. RGB value is (85,92,229). Sum of RGB (Red+Green+Blue) = 85+92+229=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #555CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CE5 is #AAA31A. Grayscale: #686868. Windows color (decimal): -11182875 or 15031381. OLE color: 15031381.
HSL color Cylindrical-coordinate representation of color #555CE5: hue angle of 237.08º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #555CE5 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 92 | 229 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.10 |
| HSL | 237.08º | 0.73% | 0.62% | - |
| HSV(B) | 237.08º | 0.63% | 0.9% | - |
| XYZ | 21.72 | 15.24 | 75.93 | - |
| YUV | 105.53 | 197.68 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 229 | 0.63 | 0.60 | 0 | 0.10 | 237.08 | 0.73 | 0.62 |
| Hex | 55 | 5C | E5 | 3F | 3C | 0 | A | ED | 49 | 3E |
| Octal | 125 | 134 | 345 | 77 | 74 | 0 | 12 | 355 | 111 | 76 |
| Binary | 1010101 | 1011100 | 11100101 | 111111 | 111100 | 0 | 1010 | 11101101 | 1001001 | 111110 |
Color Harmonies of #555CE5
Complementary color
Monochromatic Colors of #555CE5
Black with #555CE5
Text Example
Text Example
White with #555CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CE5; }
p { color: rgb(85,92,229); }
H1.HeaderClassName
{
color: #555CE5;
}
.AnyTagClassName
{
color: #555CE5;
}
</style>
background-color css
<style>
a { background-color: #555CE5; }
a { background-color: rgb(85,92,229); }
div.DivClassName
{
background-color: #555CE5;
}
.BgClassName
{
background-color: #555CE5;
}
</style>
border-color css
<style>
span { border-color: #555CE5; }
span { border-color: rgb(85,92,229); }
td.TdClassName
{
border-color: #555CE5;
}
.TagClassName
{
border-color: #555CE5;
}
</style>