#546ECB

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

Shades of Royal Blue #546ECB

Tints of Royal Blue #546ECB

Color information

#546ECB (or 0x546ECB) is unknown color: approx Royal Blue. HEX triplet: 54, 6E and CB. RGB value is (84,110,203). Sum of RGB (Red+Green+Blue) = 84+110+203=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #546ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ECB is #AB9134. Grayscale: #707070. Windows color (decimal): -11243829 or 13332052. OLE color: 13332052.

HSL color Cylindrical-coordinate representation of color #546ECB: hue angle of 226.89º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546ECB is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84110203-
CMYK0.590.4600.20
HSL226.89º53.36%56.27%-
HSV(B)226.89º58.62%79.61%-
XYZ20.0117.3558.79-
YUV112.83178.89107.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.16%
GREEN value IS 110 (43.36% from 255) = 27.71%
BLUE value IS 203 (79.69% from 255) = 51.13%
R=21.16%
G=27.71%
B=51.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841102030.590.4600.20226.8953.3656.27
Hex546ECB3B2E014e33538
Octal12415631373560243436570
Binary101010011011101100101111101110111001010011100011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546ECB; }

 p { color: rgb(84,110,203); }

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

<style>
 a { background-color: #546ECB; }

 a { background-color: rgb(84,110,203); }

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

<style>
 span { border-color: #546ECB; }

 span { border-color: rgb(84,110,203); }

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