#546BBB

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

Shades of Chetwode Blue #546BBB

Tints of Chetwode Blue #546BBB

Color information

#546BBB (or 0x546BBB) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6B and BB. RGB value is (84,107,187). Sum of RGB (Red+Green+Blue) = 84+107+187=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #546BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546BBB is #AB9444. Grayscale: #6C6C6C. Windows color (decimal): -11244613 or 12282708. OLE color: 12282708.

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

Color convert

RGB84107187-
CMYK0.550.4300.27
HSL226.6º43.1%53.14%-
HSV(B)226.6º55.08%73.33%-
XYZ17.8815.9949.16-
YUV109.24171.88110-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.22%
GREEN value IS 107 (42.19% from 255) = 28.31%
BLUE value IS 187 (73.44% from 255) = 49.47%
R=22.22%
G=28.31%
B=49.47%

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
Decimal841071870.550.4300.27226.643.153.14
Hex546BBB372B01Be32b35
Octal12415327367530333435365
Binary101010011010111011101111011110101101101111100011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,107,187); }

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

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

 a { background-color: rgb(84,107,187); }

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

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

 span { border-color: rgb(84,107,187); }

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