#5578DE

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

Shades of Royal Blue #5578DE

Tints of Royal Blue #5578DE

Color information

#5578DE (or 0x5578DE) is unknown color: approx Royal Blue. HEX triplet: 55, 78 and DE. RGB value is (85,120,222). Sum of RGB (Red+Green+Blue) = 85+120+222=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #5578DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5578DE is #AA8721. Grayscale: #787878. Windows color (decimal): -11175714 or 14579797. OLE color: 14579797.

HSL color Cylindrical-coordinate representation of color #5578DE: hue angle of 224.67º 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 #5578DE is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85120222-
CMYK0.620.4600.13
HSL224.67º67.49%60.2%-
HSV(B)224.67º61.71%87.06%-
XYZ23.6520.6471.84-
YUV121.16184.9102.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 222 (87.11% from 255) = 51.99%
R=19.91%
G=28.10%
B=51.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851202220.620.4600.13224.6767.4960.2
Hex5578DE3E2E0De1433c
Octal125170336765601534110374
Binary101010111110001101111011111010111001101111000011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5578DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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