#545BDD

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

Shades of Royal Blue #545BDD

Tints of Royal Blue #545BDD

Color information

#545BDD (or 0x545BDD) is unknown color: approx Royal Blue. HEX triplet: 54, 5B and DD. RGB value is (84,91,221). Sum of RGB (Red+Green+Blue) = 84+91+221=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #545BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BDD is #ABA422. Grayscale: #676767. Windows color (decimal): -11248675 or 14506836. OLE color: 14506836.

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

Color convert

RGB8491221-
CMYK0.620.5900.13
HSL236.93º66.83%59.8%-
HSV(B)236.93º61.99%86.67%-
XYZ20.4514.5970.14-
YUV103.73194.18113.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.21%
GREEN value IS 91 (35.94% from 255) = 22.98%
BLUE value IS 221 (86.72% from 255) = 55.81%
R=21.21%
G=22.98%
B=55.81%

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
Decimal84912210.620.5900.13236.9366.8359.8
Hex545BDD3E3B0Ded433c
Octal124133335767301535510374
Binary101010010110111101110111111011101101101111011011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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