#546EB8

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

Shades of Chetwode Blue #546EB8

Tints of Chetwode Blue #546EB8

Color information

#546EB8 (or 0x546EB8) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6E and B8. RGB value is (84,110,184). Sum of RGB (Red+Green+Blue) = 84+110+184=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #546EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546EB8 is #AB9147. Grayscale: #6E6E6E. Windows color (decimal): -11243848 or 12086868. OLE color: 12086868.

HSL color Cylindrical-coordinate representation of color #546EB8: hue angle of 224.4º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #546EB8 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB84110184-
CMYK0.540.4000.28
HSL224.4º41.32%52.55%-
HSV(B)224.4º54.35%72.16%-
XYZ17.8816.547.59-
YUV110.66169.39108.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.22%
GREEN value IS 110 (43.36% from 255) = 29.10%
BLUE value IS 184 (72.27% from 255) = 48.68%
R=22.22%
G=29.10%
B=48.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal841101840.540.4000.28224.441.3252.55
Hex546EB8362801Ce02935
Octal12415627066500343405165
Binary101010011011101011100011011010100001110011100000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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