Shades of Royal Blue #5572DD
Tints of Royal Blue #5572DD
RGB
CMYK
RGB Variations
Color information
#5572DD (or 0x5572DD) is known color: Royal Blue. HEX triplet: 55, 72 and DD. RGB value is (85,114,221). Sum of RGB (Red+Green+Blue) = 85+114+221=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #5572DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5572DD is #AA8D22. Grayscale: #757575. Windows color (decimal): -11177251 or 14512725. OLE color: 14512725.
HSL color Cylindrical-coordinate representation of color #5572DD: hue angle of 227.21º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5572DD is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 114 | 221 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.13 |
| HSL | 227.21º | 0.67% | 0.6% | - |
| HSV(B) | 227.21º | 0.62% | 0.87% | - |
| XYZ | 22.81 | 19.19 | 70.91 | - |
| YUV | 117.53 | 186.39 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 221 | 0.62 | 0.48 | 0 | 0.13 | 227.21 | 0.67 | 0.6 |
| Hex | 55 | 72 | DD | 3E | 30 | 0 | D | E3 | 43 | 3C |
| Octal | 125 | 162 | 335 | 76 | 60 | 0 | 15 | 343 | 103 | 74 |
| Binary | 1010101 | 1110010 | 11011101 | 111110 | 110000 | 0 | 1101 | 11100011 | 1000011 | 111100 |
Color Harmonies of #5572DD
Complementary color
Monochromatic Colors of #5572DD
Black with #5572DD
Text Example
Text Example
White with #5572DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5572DD; }
p { color: rgb(85,114,221); }
H1.HeaderClassName
{
color: #5572DD;
}
.AnyTagClassName
{
color: #5572DD;
}
</style>
background-color css
<style>
a { background-color: #5572DD; }
a { background-color: rgb(85,114,221); }
div.DivClassName
{
background-color: #5572DD;
}
.BgClassName
{
background-color: #5572DD;
}
</style>
border-color css
<style>
span { border-color: #5572DD; }
span { border-color: rgb(85,114,221); }
td.TdClassName
{
border-color: #5572DD;
}
.TagClassName
{
border-color: #5572DD;
}
</style>