Shades of Royal Blue #557AE6
Tints of Royal Blue #557AE6
RGB
CMYK
RGB Variations
Color information
#557AE6 (or 0x557AE6) is known color: Royal Blue. HEX triplet: 55, 7A and E6. RGB value is (85,122,230). Sum of RGB (Red+Green+Blue) = 85+122+230=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #557AE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557AE6 is #AA8519. Grayscale: #7A7A7A. Windows color (decimal): -11175194 or 15104597. OLE color: 15104597.
HSL color Cylindrical-coordinate representation of color #557AE6: hue angle of 224.69º 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 #557AE6 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 122 | 230 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.10 |
| HSL | 224.69º | 0.74% | 0.62% | - |
| HSV(B) | 224.69º | 0.63% | 0.9% | - |
| XYZ | 24.99 | 21.56 | 77.71 | - |
| YUV | 123.25 | 188.24 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 230 | 0.63 | 0.47 | 0 | 0.10 | 224.69 | 0.74 | 0.62 |
| Hex | 55 | 7A | E6 | 3F | 2F | 0 | A | E1 | 4A | 3E |
| Octal | 125 | 172 | 346 | 77 | 57 | 0 | 12 | 341 | 112 | 76 |
| Binary | 1010101 | 1111010 | 11100110 | 111111 | 101111 | 0 | 1010 | 11100001 | 1001010 | 111110 |
Color Harmonies of #557AE6
Complementary color
Monochromatic Colors of #557AE6
Black with #557AE6
Text Example
Text Example
White with #557AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557AE6; }
p { color: rgb(85,122,230); }
H1.HeaderClassName
{
color: #557AE6;
}
.AnyTagClassName
{
color: #557AE6;
}
</style>
background-color css
<style>
a { background-color: #557AE6; }
a { background-color: rgb(85,122,230); }
div.DivClassName
{
background-color: #557AE6;
}
.BgClassName
{
background-color: #557AE6;
}
</style>
border-color css
<style>
span { border-color: #557AE6; }
span { border-color: rgb(85,122,230); }
td.TdClassName
{
border-color: #557AE6;
}
.TagClassName
{
border-color: #557AE6;
}
</style>