#5578E8

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

Shades of Royal Blue #5578E8

Tints of Royal Blue #5578E8

Color information

#5578E8 (or 0x5578E8) is unknown color: approx Royal Blue. HEX triplet: 55, 78 and E8. RGB value is (85,120,232). Sum of RGB (Red+Green+Blue) = 85+120+232=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 232 (91.02% from 255 or 53.09% from 437); Max value from RGB is 232 - color contains mainly: blue. Hex color #5578E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5578E8 is #AA8717. Grayscale: #797979. Windows color (decimal): -11175704 or 15235157. OLE color: 15235157.

HSL color Cylindrical-coordinate representation of color #5578E8: hue angle of 225.71º degrees, saturation: 0.76, 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 #5578E8 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB85120232-
CMYK0.630.4800.09
HSL225.71º76.17%62.16%-
HSV(B)225.71º63.36%90.98%-
XYZ25.0321.1979.11-
YUV122.3189.9101.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.45%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 232 (91.02% from 255) = 53.09%
R=19.45%
G=27.46%
B=53.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal851202320.630.4800.09225.7176.1762.16
Hex5578E83F3009e24c3e
Octal125170350776001134211476
Binary101010111110001110100011111111000001001111000101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5578E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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