#546DB2

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

Shades of Chetwode Blue #546DB2

Tints of Chetwode Blue #546DB2

Color information

#546DB2 (or 0x546DB2) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6D and B2. RGB value is (84,109,178). Sum of RGB (Red+Green+Blue) = 84+109+178=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #546DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546DB2 is #AB924D. Grayscale: #6D6D6D. Windows color (decimal): -11244110 or 11693396. OLE color: 11693396.

HSL color Cylindrical-coordinate representation of color #546DB2: hue angle of 224.04º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #546DB2 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB84109178-
CMYK0.530.3900.30
HSL224.04º37.9%51.37%-
HSV(B)224.04º52.81%69.8%-
XYZ17.1616.0444.31-
YUV109.39166.72109.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 178 (69.92% from 255) = 47.98%
R=22.64%
G=29.38%
B=47.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841091780.530.3900.30224.0437.951.37
Hex546DB2352701Ee02633
Octal12415526265470363404663
Binary101010011011011011001011010110011101111011100000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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