#546BD2

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

Shades of Royal Blue #546BD2

Tints of Royal Blue #546BD2

Color information

#546BD2 (or 0x546BD2) is unknown color: approx Royal Blue. HEX triplet: 54, 6B and D2. RGB value is (84,107,210). Sum of RGB (Red+Green+Blue) = 84+107+210=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #546BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546BD2 is #AB942D. Grayscale: #6F6F6F. Windows color (decimal): -11244590 or 13790036. OLE color: 13790036.

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

Color convert

RGB84107210-
CMYK0.60.4900.18
HSL229.05º58.33%57.65%-
HSV(B)229.05º60%82.35%-
XYZ20.5517.0563.18-
YUV111.86183.38108.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.95%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 210 (82.42% from 255) = 52.37%
R=20.95%
G=26.68%
B=52.37%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841072100.60.4900.18229.0558.3357.65
Hex546BD23C31012e53a3a
Octal12415332274610223457272
Binary101010011010111101001011110011000101001011100101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,107,210); }

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

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

 a { background-color: rgb(84,107,210); }

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

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

 span { border-color: rgb(84,107,210); }

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