#546ECD

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

Shades of Royal Blue #546ECD

Tints of Royal Blue #546ECD

Color information

#546ECD (or 0x546ECD) is unknown color: approx Royal Blue. HEX triplet: 54, 6E and CD. RGB value is (84,110,205). Sum of RGB (Red+Green+Blue) = 84+110+205=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #546ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ECD is #AB9132. Grayscale: #707070. Windows color (decimal): -11243827 or 13463124. OLE color: 13463124.

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

Color convert

RGB84110205-
CMYK0.590.4600.20
HSL227.11º54.75%56.67%-
HSV(B)227.11º59.02%80.39%-
XYZ20.2517.4460.06-
YUV113.06179.89107.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.05%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 205 (80.47% from 255) = 51.38%
R=21.05%
G=27.57%
B=51.38%

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
Decimal841102050.590.4600.20227.1154.7556.67
Hex546ECD3B2E014e33739
Octal12415631573560243436771
Binary101010011011101100110111101110111001010011100011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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