Shades of Royal Blue #557ADC
Tints of Royal Blue #557ADC
RGB
CMYK
RGB Variations
Color information
#557ADC (or 0x557ADC) is known color: Royal Blue. HEX triplet: 55, 7A and DC. RGB value is (85,122,220). Sum of RGB (Red+Green+Blue) = 85+122+220=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #557ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ADC is #AA8523. Grayscale: #797979. Windows color (decimal): -11175204 or 14449237. OLE color: 14449237.
HSL color Cylindrical-coordinate representation of color #557ADC: hue angle of 223.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #557ADC is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 122 | 220 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.14 |
| HSL | 223.56º | 0.66% | 0.6% | - |
| HSV(B) | 223.56º | 0.61% | 0.86% | - |
| XYZ | 23.62 | 21.02 | 70.52 | - |
| YUV | 122.11 | 183.24 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 220 | 0.61 | 0.45 | 0 | 0.14 | 223.56 | 0.66 | 0.6 |
| Hex | 55 | 7A | DC | 3D | 2D | 0 | E | E0 | 42 | 3C |
| Octal | 125 | 172 | 334 | 75 | 55 | 0 | 16 | 340 | 102 | 74 |
| Binary | 1010101 | 1111010 | 11011100 | 111101 | 101101 | 0 | 1110 | 11100000 | 1000010 | 111100 |
Color Harmonies of #557ADC
Complementary color
Monochromatic Colors of #557ADC
Black with #557ADC
Text Example
Text Example
White with #557ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557ADC; }
p { color: rgb(85,122,220); }
H1.HeaderClassName
{
color: #557ADC;
}
.AnyTagClassName
{
color: #557ADC;
}
</style>
background-color css
<style>
a { background-color: #557ADC; }
a { background-color: rgb(85,122,220); }
div.DivClassName
{
background-color: #557ADC;
}
.BgClassName
{
background-color: #557ADC;
}
</style>
border-color css
<style>
span { border-color: #557ADC; }
span { border-color: rgb(85,122,220); }
td.TdClassName
{
border-color: #557ADC;
}
.TagClassName
{
border-color: #557ADC;
}
</style>