#5477E5

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

Shades of Royal Blue #5477E5

Tints of Royal Blue #5477E5

Color information

#5477E5 (or 0x5477E5) is unknown color: approx Royal Blue. HEX triplet: 54, 77 and E5. RGB value is (84,119,229). Sum of RGB (Red+Green+Blue) = 84+119+229=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #5477E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5477E5 is #AB881A. Grayscale: #787878. Windows color (decimal): -11241499 or 15038292. OLE color: 15038292.

HSL color Cylindrical-coordinate representation of color #5477E5: hue angle of 225.52º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5477E5 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB84119229-
CMYK0.630.4800.10
HSL225.52º73.6%61.37%-
HSV(B)225.52º63.32%89.8%-
XYZ24.420.7476.85-
YUV121.07188.9101.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.44%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 229 (89.84% from 255) = 53.01%
R=19.44%
G=27.55%
B=53.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal841192290.630.4800.10225.5273.661.37
Hex5477E53F300Ae24a3d
Octal124167345776001234211275
Binary101010011101111110010111111111000001010111000101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5477E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5477E5; }

 p { color: rgb(84,119,229); }

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

<style>
 a { background-color: #5477E5; }

 a { background-color: rgb(84,119,229); }

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

<style>
 span { border-color: #5477E5; }

 span { border-color: rgb(84,119,229); }

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