#546EBA

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

Shades of Chetwode Blue #546EBA

Tints of Chetwode Blue #546EBA

Color information

#546EBA (or 0x546EBA) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6E and BA. RGB value is (84,110,186). Sum of RGB (Red+Green+Blue) = 84+110+186=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #546EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546EBA is #AB9145. Grayscale: #6E6E6E. Windows color (decimal): -11243846 or 12217940. OLE color: 12217940.

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

Color convert

RGB84110186-
CMYK0.550.4100.27
HSL224.71º42.5%52.94%-
HSV(B)224.71º54.84%72.94%-
XYZ18.116.5848.7-
YUV110.89170.39108.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.11%
GREEN value IS 110 (43.36% from 255) = 28.95%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=22.11%
G=28.95%
B=48.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841101860.550.4100.27224.7142.552.94
Hex546EBA372901Be12a35
Octal12415627267510333415265
Binary101010011011101011101011011110100101101111100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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