#5576EE

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

Shades of Royal Blue #5576EE

Tints of Royal Blue #5576EE

Color information

#5576EE (or 0x5576EE) is unknown color: approx Royal Blue. HEX triplet: 55, 76 and EE. RGB value is (85,118,238). Sum of RGB (Red+Green+Blue) = 85+118+238=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #5576EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5576EE is #AA8911. Grayscale: #797979. Windows color (decimal): -11176210 or 15627861. OLE color: 15627861.

HSL color Cylindrical-coordinate representation of color #5576EE: hue angle of 227.06º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5576EE is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85118238-
CMYK0.640.5000.07
HSL227.06º81.82%63.33%-
HSV(B)227.06º64.29%93.33%-
XYZ25.6621.0683.6-
YUV121.81193.57101.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.27%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 238 (93.36% from 255) = 53.97%
R=19.27%
G=26.76%
B=53.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851182380.640.5000.07227.0681.8263.33
Hex5576EE403207e3523f
Octal125166356100620734312277
Binary101010111101101110111010000001100100111111000111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5576EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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