#546AC3

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

Shades of Chetwode Blue #546AC3

Tints of Chetwode Blue #546AC3

Color information

#546AC3 (or 0x546AC3) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6A and C3. RGB value is (84,106,195). Sum of RGB (Red+Green+Blue) = 84+106+195=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #546AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546AC3 is #AB953C. Grayscale: #6D6D6D. Windows color (decimal): -11244861 or 12806740. OLE color: 12806740.

HSL color Cylindrical-coordinate representation of color #546AC3: hue angle of 228.11º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #546AC3 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84106195-
CMYK0.570.4600.24
HSL228.11º48.05%54.71%-
HSV(B)228.11º56.92%76.47%-
XYZ18.6616.1353.76-
YUV109.57176.21109.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 195 (76.56% from 255) = 50.65%
R=21.82%
G=27.53%
B=50.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841061950.570.4600.24228.1148.0554.71
Hex546AC3392E018e43037
Octal12415230371560303446067
Binary101010011010101100001111100110111001100011100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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