Shades of Royal Blue #557CE5
Tints of Royal Blue #557CE5
RGB
CMYK
RGB Variations
Color information
#557CE5 (or 0x557CE5) is known color: Royal Blue. HEX triplet: 55, 7C and E5. RGB value is (85,124,229). Sum of RGB (Red+Green+Blue) = 85+124+229=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #557CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CE5 is #AA831A. Grayscale: #7B7B7B. Windows color (decimal): -11174683 or 15039573. OLE color: 15039573.
HSL color Cylindrical-coordinate representation of color #557CE5: hue angle of 223.75º 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 #557CE5 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 124 | 229 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.10 |
| HSL | 223.75º | 0.73% | 0.62% | - |
| HSV(B) | 223.75º | 0.63% | 0.9% | - |
| XYZ | 25.1 | 22 | 77.05 | - |
| YUV | 124.31 | 187.08 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 229 | 0.63 | 0.46 | 0 | 0.10 | 223.75 | 0.73 | 0.62 |
| Hex | 55 | 7C | E5 | 3F | 2E | 0 | A | E0 | 49 | 3E |
| Octal | 125 | 174 | 345 | 77 | 56 | 0 | 12 | 340 | 111 | 76 |
| Binary | 1010101 | 1111100 | 11100101 | 111111 | 101110 | 0 | 1010 | 11100000 | 1001001 | 111110 |
Color Harmonies of #557CE5
Complementary color
Monochromatic Colors of #557CE5
Black with #557CE5
Text Example
Text Example
White with #557CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CE5; }
p { color: rgb(85,124,229); }
H1.HeaderClassName
{
color: #557CE5;
}
.AnyTagClassName
{
color: #557CE5;
}
</style>
background-color css
<style>
a { background-color: #557CE5; }
a { background-color: rgb(85,124,229); }
div.DivClassName
{
background-color: #557CE5;
}
.BgClassName
{
background-color: #557CE5;
}
</style>
border-color css
<style>
span { border-color: #557CE5; }
span { border-color: rgb(85,124,229); }
td.TdClassName
{
border-color: #557CE5;
}
.TagClassName
{
border-color: #557CE5;
}
</style>