#546AB9

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

Shades of Chetwode Blue #546AB9

Tints of Chetwode Blue #546AB9

Color information

#546AB9 (or 0x546AB9) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6A and B9. RGB value is (84,106,185). Sum of RGB (Red+Green+Blue) = 84+106+185=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #546AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546AB9 is #AB9546. Grayscale: #6C6C6C. Windows color (decimal): -11244871 or 12151380. OLE color: 12151380.

HSL color Cylindrical-coordinate representation of color #546AB9: hue angle of 226.93º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #546AB9 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84106185-
CMYK0.550.4300.27
HSL226.93º41.91%52.75%-
HSV(B)226.93º54.59%72.55%-
XYZ17.5715.748-
YUV108.43171.21110.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 185 (72.66% from 255) = 49.33%
R=22.4%
G=28.27%
B=49.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841061850.550.4300.27226.9341.9152.75
Hex546AB9372B01Be32a35
Octal12415227167530333435265
Binary101010011010101011100111011110101101101111100011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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