#5576E4

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

Shades of Royal Blue #5576E4

Tints of Royal Blue #5576E4

Color information

#5576E4 (or 0x5576E4) is unknown color: approx Royal Blue. HEX triplet: 55, 76 and E4. RGB value is (85,118,228). Sum of RGB (Red+Green+Blue) = 85+118+228=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 228 (89.45% from 255 or 52.90% from 431); Max value from RGB is 228 - color contains mainly: blue. Hex color #5576E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5576E4 is #AA891B. Grayscale: #787878. Windows color (decimal): -11176220 or 14972501. OLE color: 14972501.

HSL color Cylindrical-coordinate representation of color #5576E4: hue angle of 226.15º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5576E4 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB85118228-
CMYK0.630.4800.11
HSL226.15º72.59%61.37%-
HSV(B)226.15º62.72%89.41%-
XYZ24.2320.4976.08-
YUV120.67188.57102.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.72%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 228 (89.45% from 255) = 52.90%
R=19.72%
G=27.38%
B=52.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal851182280.630.4800.11226.1572.5961.37
Hex5576E43F300Be2493d
Octal125166344776001334211175
Binary101010111101101110010011111111000001011111000101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5576E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5576E4; }

 p { color: rgb(85,118,228); }

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

<style>
 a { background-color: #5576E4; }

 a { background-color: rgb(85,118,228); }

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

<style>
 span { border-color: #5576E4; }

 span { border-color: rgb(85,118,228); }

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