Shades of Royal Blue #557CE6
Tints of Royal Blue #557CE6
RGB
CMYK
RGB Variations
Color information
#557CE6 (or 0x557CE6) is known color: Royal Blue. HEX triplet: 55, 7C and E6. RGB value is (85,124,230). Sum of RGB (Red+Green+Blue) = 85+124+230=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 230 (90.23% from 255 or 52.39% from 439); Max value from RGB is 230 - color contains mainly: blue. Hex color #557CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CE6 is #AA8319. Grayscale: #7B7B7B. Windows color (decimal): -11174682 or 15105109. OLE color: 15105109.
HSL color Cylindrical-coordinate representation of color #557CE6: hue angle of 223.86º degrees, saturation: 0.74, 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 #557CE6 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 124 | 230 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.10 |
| HSL | 223.86º | 0.74% | 0.62% | - |
| HSV(B) | 223.86º | 0.63% | 0.9% | - |
| XYZ | 25.24 | 22.06 | 77.79 | - |
| YUV | 124.42 | 187.58 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 230 | 0.63 | 0.46 | 0 | 0.10 | 223.86 | 0.74 | 0.62 |
| Hex | 55 | 7C | E6 | 3F | 2E | 0 | A | E0 | 4A | 3E |
| Octal | 125 | 174 | 346 | 77 | 56 | 0 | 12 | 340 | 112 | 76 |
| Binary | 1010101 | 1111100 | 11100110 | 111111 | 101110 | 0 | 1010 | 11100000 | 1001010 | 111110 |
Color Harmonies of #557CE6
Complementary color
Monochromatic Colors of #557CE6
Black with #557CE6
Text Example
Text Example
White with #557CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CE6; }
p { color: rgb(85,124,230); }
H1.HeaderClassName
{
color: #557CE6;
}
.AnyTagClassName
{
color: #557CE6;
}
</style>
background-color css
<style>
a { background-color: #557CE6; }
a { background-color: rgb(85,124,230); }
div.DivClassName
{
background-color: #557CE6;
}
.BgClassName
{
background-color: #557CE6;
}
</style>
border-color css
<style>
span { border-color: #557CE6; }
span { border-color: rgb(85,124,230); }
td.TdClassName
{
border-color: #557CE6;
}
.TagClassName
{
border-color: #557CE6;
}
</style>