#5573df

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

Shades of Royal Blue #5573DF

Tints of Royal Blue #5573DF

Color information

#5573DF (or 0x5573DF) is unknown color: approx Royal Blue. HEX triplet: 55, 73 and DF. RGB value is (85,115,223). Sum of RGB (Red+Green+Blue) = 85+115+223=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #5573DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5573DF is #AA8C20. Grayscale: #757575. Windows color (decimal): -11176993 or 14644053. OLE color: 14644053.

HSL color Cylindrical-coordinate representation of color #5573DF: hue angle of 226.96º degrees, saturation: 0.68, 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 #5573DF is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85115223-
CMYK0.620.4800.13
HSL226.96º68.32%60.39%-
HSV(B)226.96º61.88%87.45%-
XYZ23.219.5272.36-
YUV118.34187.06104.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.09%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 223 (87.5% from 255) = 52.72%
R=20.09%
G=27.19%
B=52.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851152230.620.4800.13226.9668.3260.39
Hex5573DF3E300De3443c
Octal125163337766001534310474
Binary101010111100111101111111111011000001101111000111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5573df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5573df; }

 p { color: rgb(85,115,223); }

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

<style>
 a { background-color: #5573df; }

 a { background-color: rgb(85,115,223); }

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

<style>
 span { border-color: #5573df; }

 span { border-color: rgb(85,115,223); }

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