#546dc1

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

Shades of Chetwode Blue #546DC1

Tints of Chetwode Blue #546DC1

Color information

#546DC1 (or 0x546DC1) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6D and C1. RGB value is (84,109,193). Sum of RGB (Red+Green+Blue) = 84+109+193=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #546DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546DC1 is #AB923E. Grayscale: #6E6E6E. Windows color (decimal): -11244095 or 12676436. OLE color: 12676436.

HSL color Cylindrical-coordinate representation of color #546DC1: hue angle of 226.24º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #546DC1 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84109193-
CMYK0.560.4400.24
HSL226.24º46.78%54.31%-
HSV(B)226.24º56.48%75.69%-
XYZ18.7516.6752.68-
YUV111.1174.22108.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.76%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 193 (75.78% from 255) = 50%
R=21.76%
G=28.24%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841091930.560.4400.24226.2446.7854.31
Hex546DC1382C018e22f36
Octal12415530170540303425766
Binary101010011011011100000111100010110001100011100010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546dc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,109,193); }

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

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

 a { background-color: rgb(84,109,193); }

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

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

 span { border-color: rgb(84,109,193); }

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