#546dd3

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

Shades of Royal Blue #546DD3

Tints of Royal Blue #546DD3

Color information

#546DD3 (or 0x546DD3) is unknown color: approx Royal Blue. HEX triplet: 54, 6D and D3. RGB value is (84,109,211). Sum of RGB (Red+Green+Blue) = 84+109+211=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 211 (82.81% from 255 or 52.23% from 404); Max value from RGB is 211 - color contains mainly: blue. Hex color #546DD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546DD3 is #AB922C. Grayscale: #707070. Windows color (decimal): -11244077 or 13856084. OLE color: 13856084.

HSL color Cylindrical-coordinate representation of color #546DD3: hue angle of 228.19º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #546DD3 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB84109211-
CMYK0.600.4800.17
HSL228.19º59.07%57.84%-
HSV(B)228.19º60.19%82.75%-
XYZ20.8817.5363.91-
YUV113.15183.22107.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.79%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 211 (82.81% from 255) = 52.23%
R=20.79%
G=26.98%
B=52.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal841092110.600.4800.17228.1959.0757.84
Hex546DD33C30011e43b3a
Octal12415532374600213447372
Binary101010011011011101001111110011000001000111100100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546dd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,109,211); }

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

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

 a { background-color: rgb(84,109,211); }

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

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

 span { border-color: rgb(84,109,211); }

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