#546EBF

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

Shades of Chetwode Blue #546EBF

Tints of Chetwode Blue #546EBF

Color information

#546EBF (or 0x546EBF) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6E and BF. RGB value is (84,110,191). Sum of RGB (Red+Green+Blue) = 84+110+191=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #546EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546EBF is #AB9140. Grayscale: #6F6F6F. Windows color (decimal): -11243841 or 12545620. OLE color: 12545620.

HSL color Cylindrical-coordinate representation of color #546EBF: hue angle of 225.42º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #546EBF is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84110191-
CMYK0.560.4200.25
HSL225.42º45.53%53.92%-
HSV(B)225.42º56.02%74.9%-
XYZ18.6416.851.55-
YUV111.46172.89108.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 110 (43.36% from 255) = 28.57%
BLUE value IS 191 (75% from 255) = 49.61%
R=21.82%
G=28.57%
B=49.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841101910.560.4200.25225.4245.5353.92
Hex546EBF382A019e12e36
Octal12415627770520313415666
Binary101010011011101011111111100010101001100111100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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