#5578F3

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

Shades of Royal Blue #5578F3

Tints of Royal Blue #5578F3

Color information

#5578F3 (or 0x5578F3) is unknown color: approx Royal Blue. HEX triplet: 55, 78 and F3. RGB value is (85,120,243). Sum of RGB (Red+Green+Blue) = 85+120+243=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 243 (95.31% from 255 or 54.24% from 448); Max value from RGB is 243 - color contains mainly: blue. Hex color #5578F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5578F3 is #AA870C. Grayscale: #7B7B7B. Windows color (decimal): -11175693 or 15956053. OLE color: 15956053.

HSL color Cylindrical-coordinate representation of color #5578F3: hue angle of 226.71º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5578F3 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB85120243-
CMYK0.650.5100.05
HSL226.71º86.81%64.31%-
HSV(B)226.71º65.02%95.29%-
XYZ26.6421.8487.6-
YUV123.56195.4100.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.97%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 243 (95.31% from 255) = 54.24%
R=18.97%
G=26.79%
B=54.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal851202430.650.5100.05226.7186.8164.31
Hex5578F3413305e35740
Octal1251703631016305343127100
Binary1010101111100011110011100000111001101011110001110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5578F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5578F3; }

 p { color: rgb(85,120,243); }

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

<style>
 a { background-color: #5578F3; }

 a { background-color: rgb(85,120,243); }

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

<style>
 span { border-color: #5578F3; }

 span { border-color: rgb(85,120,243); }

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