#546EC9

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

Shades of Chetwode Blue #546EC9

Tints of Chetwode Blue #546EC9

Color information

#546EC9 (or 0x546EC9) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6E and C9. RGB value is (84,110,201). Sum of RGB (Red+Green+Blue) = 84+110+201=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #546EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546EC9 is #AB9136. Grayscale: #707070. Windows color (decimal): -11243831 or 13200980. OLE color: 13200980.

HSL color Cylindrical-coordinate representation of color #546EC9: hue angle of 226.67º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #546EC9 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84110201-
CMYK0.580.4500.21
HSL226.67º52%55.88%-
HSV(B)226.67º58.21%78.82%-
XYZ19.7717.2557.55-
YUV112.6177.89107.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.27%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 201 (78.91% from 255) = 50.89%
R=21.27%
G=27.85%
B=50.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841102010.580.4500.21226.675255.88
Hex546EC93A2D015e33438
Octal12415631172550253436470
Binary101010011011101100100111101010110101010111100011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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