#545ADD

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

Shades of Royal Blue #545ADD

Tints of Royal Blue #545ADD

Color information

#545ADD (or 0x545ADD) is unknown color: approx Royal Blue. HEX triplet: 54, 5A and DD. RGB value is (84,90,221). Sum of RGB (Red+Green+Blue) = 84+90+221=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #545ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ADD is #ABA522. Grayscale: #666666. Windows color (decimal): -11248931 or 14506580. OLE color: 14506580.

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

Color convert

RGB8490221-
CMYK0.620.5900.13
HSL237.37º66.83%59.8%-
HSV(B)237.37º61.99%86.67%-
XYZ20.3614.4270.12-
YUV103.14194.51114.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.27%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 221 (86.72% from 255) = 55.95%
R=21.27%
G=22.78%
B=55.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal84902210.620.5900.13237.3766.8359.8
Hex545ADD3E3B0Ded433c
Octal124132335767301535510374
Binary101010010110101101110111111011101101101111011011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,90,221); }

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

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

 a { background-color: rgb(84,90,221); }

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

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

 span { border-color: rgb(84,90,221); }

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