#545BDF

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

Shades of Royal Blue #545BDF

Tints of Royal Blue #545BDF

Color information

#545BDF (or 0x545BDF) is unknown color: approx Royal Blue. HEX triplet: 54, 5B and DF. RGB value is (84,91,223). Sum of RGB (Red+Green+Blue) = 84+91+223=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #545BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BDF is #ABA420. Grayscale: #676767. Windows color (decimal): -11248673 or 14637908. OLE color: 14637908.

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

Color convert

RGB8491223-
CMYK0.620.5900.13
HSL236.98º68.47%60.2%-
HSV(B)236.98º62.33%87.45%-
XYZ20.7214.6971.56-
YUV103.95195.18113.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.11%
GREEN value IS 91 (35.94% from 255) = 22.86%
BLUE value IS 223 (87.5% from 255) = 56.03%
R=21.11%
G=22.86%
B=56.03%

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
Decimal84912230.620.5900.13236.9868.4760.2
Hex545BDF3E3B0Ded443c
Octal124133337767301535510474
Binary101010010110111101111111111011101101101111011011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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