#546EBC

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

Shades of Chetwode Blue #546EBC

Tints of Chetwode Blue #546EBC

Color information

#546EBC (or 0x546EBC) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6E and BC. RGB value is (84,110,188). Sum of RGB (Red+Green+Blue) = 84+110+188=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #546EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546EBC is #AB9143. Grayscale: #6E6E6E. Windows color (decimal): -11243844 or 12349012. OLE color: 12349012.

HSL color Cylindrical-coordinate representation of color #546EBC: hue angle of 225º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #546EBC is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84110188-
CMYK0.550.4100.26
HSL225º43.7%53.33%-
HSV(B)225º55.32%73.73%-
XYZ18.3116.6749.83-
YUV111.12171.39108.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.99%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 188 (73.83% from 255) = 49.21%
R=21.99%
G=28.80%
B=49.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841101880.550.4100.2622543.753.33
Hex546EBC372901Ae12c35
Octal12415627467510323415465
Binary101010011011101011110011011110100101101011100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,110,188); }

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

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

 a { background-color: rgb(84,110,188); }

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

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

 span { border-color: rgb(84,110,188); }

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