#546CC0

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

Shades of Chetwode Blue #546CC0

Tints of Chetwode Blue #546CC0

Color information

#546CC0 (or 0x546CC0) is unknown color: approx Chetwode Blue. HEX triplet: 54, 6C and C0. RGB value is (84,108,192). Sum of RGB (Red+Green+Blue) = 84+108+192=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #546CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CC0 is #AB933F. Grayscale: #6E6E6E. Windows color (decimal): -11244352 or 12610644. OLE color: 12610644.

HSL color Cylindrical-coordinate representation of color #546CC0: hue angle of 226.67º 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 #546CC0 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84108192-
CMYK0.560.4400.25
HSL226.67º46.15%54.12%-
HSV(B)226.67º56.25%75.29%-
XYZ18.5316.4252.06-
YUV110.4174.05109.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.88%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 192 (75.39% from 255) = 50%
R=21.88%
G=28.12%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841081920.560.4400.25226.6746.1554.12
Hex546CC0382C019e32e36
Octal12415430070540313435666
Binary101010011011001100000011100010110001100111100011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,108,192); }

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

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

 a { background-color: rgb(84,108,192); }

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

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

 span { border-color: rgb(84,108,192); }

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