#545EE5

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

Shades of Royal Blue #545EE5

Tints of Royal Blue #545EE5

Color information

#545EE5 (or 0x545EE5) is unknown color: approx Royal Blue. HEX triplet: 54, 5E and E5. RGB value is (84,94,229). Sum of RGB (Red+Green+Blue) = 84+94+229=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #545EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EE5 is #ABA11A. Grayscale: #696969. Windows color (decimal): -11247899 or 15031892. OLE color: 15031892.

HSL color Cylindrical-coordinate representation of color #545EE5: hue angle of 235.86º 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 #545EE5 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8494229-
CMYK0.630.5900.10
HSL235.86º73.6%61.37%-
HSV(B)235.86º63.32%89.8%-
XYZ21.815.5575.98-
YUV106.4197.19112.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 94 (37.11% from 255) = 23.10%
BLUE value IS 229 (89.84% from 255) = 56.27%
R=20.64%
G=23.10%
B=56.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal84942290.630.5900.10235.8673.661.37
Hex545EE53F3B0Aec4a3d
Octal124136345777301235411275
Binary101010010111101110010111111111101101010111011001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545EE5; }

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

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

<style>
 a { background-color: #545EE5; }

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

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

<style>
 span { border-color: #545EE5; }

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

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