#5572E7

Color #5572E7 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5572E7

Tints of Royal Blue #5572E7

Color information

#5572E7 (or 0x5572E7) is unknown color: approx Royal Blue. HEX triplet: 55, 72 and E7. RGB value is (85,114,231). Sum of RGB (Red+Green+Blue) = 85+114+231=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #5572E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5572E7 is #AA8D18. Grayscale: #767676. Windows color (decimal): -11177241 or 15168085. OLE color: 15168085.

HSL color Cylindrical-coordinate representation of color #5572E7: hue angle of 228.08º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5572E7 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB85114231-
CMYK0.630.5100.09
HSL228.08º75.26%61.96%-
HSV(B)228.08º63.2%90.59%-
XYZ24.1919.7478.14-
YUV118.67191.39103.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 19.77%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 231 (90.62% from 255) = 53.72%
R=19.77%
G=26.51%
B=53.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal851142310.630.5100.09228.0875.2661.96
Hex5572E73F3309e44b3e
Octal125162347776301134411376
Binary101010111100101110011111111111001101001111001001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5572E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5572E7; }

 p { color: rgb(85,114,231); }

 H1.HeaderClassName
 {
   color: #5572E7;
 }
 .AnyTagClassName
 {
   color: #5572E7;
 }
</style>
background-color css

<style>
 a { background-color: #5572E7; }

 a { background-color: rgb(85,114,231); }

 div.DivClassName
 {
   background-color: #5572E7;
 }
 .BgClassName
 {
   background-color: #5572E7;
 }
</style>
border-color css

<style>
 span { border-color: #5572E7; }

 span { border-color: rgb(85,114,231); }

 td.TdClassName
 {
   border-color: #5572E7;
 }
 .TagClassName
 {
   border-color: #5572E7;
 }
</style>