#546ADB

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

Shades of Royal Blue #546ADB

Tints of Royal Blue #546ADB

Color information

#546ADB (or 0x546ADB) is unknown color: approx Royal Blue. HEX triplet: 54, 6A and DB. RGB value is (84,106,219). Sum of RGB (Red+Green+Blue) = 84+106+219=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #546ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ADB is #AB9524. Grayscale: #6F6F6F. Windows color (decimal): -11244837 or 14379604. OLE color: 14379604.

HSL color Cylindrical-coordinate representation of color #546ADB: hue angle of 230.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #546ADB is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB84106219-
CMYK0.620.5200.14
HSL230.22º65.22%59.41%-
HSV(B)230.22º61.64%85.88%-
XYZ21.617.3169.22-
YUV112.3188.21107.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.54%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 219 (85.94% from 255) = 53.55%
R=20.54%
G=25.92%
B=53.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal841062190.620.5200.14230.2265.2259.41
Hex546ADB3E340Ee6413b
Octal124152333766401634610173
Binary101010011010101101101111111011010001110111001101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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