#546BED

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

Shades of Royal Blue #546BED

Tints of Royal Blue #546BED

Color information

#546BED (or 0x546BED) is unknown color: approx Royal Blue. HEX triplet: 54, 6B and ED. RGB value is (84,107,237). Sum of RGB (Red+Green+Blue) = 84+107+237=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #546BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546BED is #AB9412. Grayscale: #727272. Windows color (decimal): -11244563 or 15559508. OLE color: 15559508.

HSL color Cylindrical-coordinate representation of color #546BED: hue angle of 230.98º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #546BED is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB84107237-
CMYK0.650.5500.07
HSL230.98º80.95%62.94%-
HSV(B)230.98º64.56%92.94%-
XYZ24.218.5182.42-
YUV114.94196.88105.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.63%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 237 (92.97% from 255) = 55.37%
R=19.63%
G=25%
B=55.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal841072370.650.5500.07230.9880.9562.94
Hex546BED413707e7513f
Octal124153355101670734712177
Binary101010011010111110110110000011101110111111001111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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