#546CB9

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

Shades of Chetwode Blue #546CB9

Tints of Chetwode Blue #546CB9

Color information

#546CB9 (or 0x546CB9) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6C and B9. RGB value is (84,108,185). Sum of RGB (Red+Green+Blue) = 84+108+185=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #546CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CB9 is #AB9346. Grayscale: #6D6D6D. Windows color (decimal): -11244359 or 12151892. OLE color: 12151892.

HSL color Cylindrical-coordinate representation of color #546CB9: hue angle of 225.74º 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 #546CB9 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84108185-
CMYK0.550.4200.27
HSL225.74º41.91%52.75%-
HSV(B)225.74º54.59%72.55%-
XYZ17.7816.1148.07-
YUV109.6170.55109.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.28%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 185 (72.66% from 255) = 49.07%
R=22.28%
G=28.65%
B=49.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841081850.550.4200.27225.7441.9152.75
Hex546CB9372A01Be22a35
Octal12415427167520333425265
Binary101010011011001011100111011110101001101111100010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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