#546BCC

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

Shades of Royal Blue #546BCC

Tints of Royal Blue #546BCC

Color information

#546BCC (or 0x546BCC) is unknown color: approx Royal Blue. HEX triplet: 54, 6B and CC. RGB value is (84,107,204). Sum of RGB (Red+Green+Blue) = 84+107+204=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #546BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546BCC is #AB9433. Grayscale: #6E6E6E. Windows color (decimal): -11244596 or 13396820. OLE color: 13396820.

HSL color Cylindrical-coordinate representation of color #546BCC: hue angle of 228.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546BCC is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB84107204-
CMYK0.590.4800.2
HSL228.5º54.05%56.47%-
HSV(B)228.5º58.82%80%-
XYZ19.8116.7659.32-
YUV111.18180.38108.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.27%
GREEN value IS 107 (42.19% from 255) = 27.09%
BLUE value IS 204 (80.08% from 255) = 51.65%
R=21.27%
G=27.09%
B=51.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal841072040.590.4800.2228.554.0556.47
Hex546BCC3B30014e43638
Octal12415331473600243446670
Binary101010011010111100110011101111000001010011100100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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