#546EDD

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

Shades of Royal Blue #546EDD

Tints of Royal Blue #546EDD

Color information

#546EDD (or 0x546EDD) is unknown color: approx Royal Blue. HEX triplet: 54, 6E and DD. RGB value is (84,110,221). Sum of RGB (Red+Green+Blue) = 84+110+221=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #546EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546EDD is #AB9122. Grayscale: #727272. Windows color (decimal): -11243811 or 14511700. OLE color: 14511700.

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

Color convert

RGB84110221-
CMYK0.620.5000.13
HSL228.61º66.83%59.8%-
HSV(B)228.61º61.99%86.67%-
XYZ22.2818.2670.76-
YUV114.88187.89105.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.24%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 221 (86.72% from 255) = 53.25%
R=20.24%
G=26.51%
B=53.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841102210.620.5000.13228.6166.8359.8
Hex546EDD3E320De5433c
Octal124156335766201534510374
Binary101010011011101101110111111011001001101111001011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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