#546cd1

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

Shades of Royal Blue #546CD1

Tints of Royal Blue #546CD1

Color information

#546CD1 (or 0x546CD1) is unknown color: approx Royal Blue. HEX triplet: 54, 6C and D1. RGB value is (84,108,209). Sum of RGB (Red+Green+Blue) = 84+108+209=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #546CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CD1 is #AB932E. Grayscale: #6F6F6F. Windows color (decimal): -11244335 or 13724756. OLE color: 13724756.

HSL color Cylindrical-coordinate representation of color #546CD1: hue angle of 228.48º degrees, saturation: 0.58, 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 #546CD1 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB84108209-
CMYK0.600.4800.18
HSL228.48º57.6%57.45%-
HSV(B)228.48º59.81%81.96%-
XYZ20.5317.2162.56-
YUV112.34182.55107.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.95%
GREEN value IS 108 (42.58% from 255) = 26.93%
BLUE value IS 209 (82.03% from 255) = 52.12%
R=20.95%
G=26.93%
B=52.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841082090.600.4800.18228.4857.657.45
Hex546CD13C30012e43a39
Octal12415432174600223447271
Binary101010011011001101000111110011000001001011100100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,108,209); }

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

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

 a { background-color: rgb(84,108,209); }

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

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

 span { border-color: rgb(84,108,209); }

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