#546EB3

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

Shades of Chetwode Blue #546EB3

Tints of Chetwode Blue #546EB3

Color information

#546EB3 (or 0x546EB3) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6E and B3. RGB value is (84,110,179). Sum of RGB (Red+Green+Blue) = 84+110+179=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #546EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546EB3 is #AB914C. Grayscale: #6D6D6D. Windows color (decimal): -11243853 or 11759188. OLE color: 11759188.

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

Color convert

RGB84110179-
CMYK0.530.3900.30
HSL223.58º38.46%51.57%-
HSV(B)223.58º53.07%70.2%-
XYZ17.3716.2944.88-
YUV110.09166.89109.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.52%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 179 (70.31% from 255) = 47.99%
R=22.52%
G=29.49%
B=47.99%

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
Decimal841101790.530.3900.30223.5838.4651.57
Hex546EB3352701Ee02634
Octal12415626365470363404664
Binary101010011011101011001111010110011101111011100000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,110,179); }

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

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

 a { background-color: rgb(84,110,179); }

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

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

 span { border-color: rgb(84,110,179); }

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