#546AD0

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

Shades of Royal Blue #546AD0

Tints of Royal Blue #546AD0

Color information

#546AD0 (or 0x546AD0) is unknown color: approx Royal Blue. HEX triplet: 54, 6A and D0. RGB value is (84,106,208). Sum of RGB (Red+Green+Blue) = 84+106+208=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #546AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546AD0 is #AB952F. Grayscale: #6E6E6E. Windows color (decimal): -11244848 or 13658708. OLE color: 13658708.

HSL color Cylindrical-coordinate representation of color #546AD0: hue angle of 229.35º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #546AD0 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB84106208-
CMYK0.600.4900.18
HSL229.35º56.88%57.25%-
HSV(B)229.35º59.62%81.57%-
XYZ20.216.7561.84-
YUV111.05182.71108.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.11%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 208 (81.64% from 255) = 52.26%
R=21.11%
G=26.63%
B=52.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841062080.600.4900.18229.3556.8857.25
Hex546AD03C31012e53939
Octal12415232074610223457171
Binary101010011010101101000011110011000101001011100101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,106,208); }

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

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

 a { background-color: rgb(84,106,208); }

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

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

 span { border-color: rgb(84,106,208); }

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