#545B78

Color #545B78 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #545B78

Tints of Chambray #545B78

Color information

#545B78 (or 0x545B78) is unknown color: approx Chambray. HEX triplet: 54, 5B and 78. RGB value is (84,91,120). Sum of RGB (Red+Green+Blue) = 84+91+120=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #545B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B78 is #ABA487. Grayscale: #5C5C5C. Windows color (decimal): -11248776 or 7887700. OLE color: 7887700.

HSL color Cylindrical-coordinate representation of color #545B78: hue angle of 228.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #545B78 is Cyan = 0.3, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8491120-
CMYK0.30.2400.53
HSL228.33º17.65%40%-
HSV(B)228.33º30%47.06%-
XYZ10.7910.7219.27-
YUV92.21143.68122.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=28.47%
G=30.85%
B=40.68%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84911200.30.2400.53228.3317.6540
Hex545B781E18035e41228
Octal12413317036300653442250
Binary101010010110111111000111101100001101011110010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545B78; }

 p { color: rgb(84,91,120); }

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

<style>
 a { background-color: #545B78; }

 a { background-color: rgb(84,91,120); }

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

<style>
 span { border-color: #545B78; }

 span { border-color: rgb(84,91,120); }

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