#545D7B

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

Shades of Chambray #545D7B

Tints of Chambray #545D7B

Color information

#545D7B (or 0x545D7B) is unknown color: approx Chambray. HEX triplet: 54, 5D and 7B. RGB value is (84,93,123). Sum of RGB (Red+Green+Blue) = 84+93+123=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #545D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D7B is #ABA284. Grayscale: #5D5D5D. Windows color (decimal): -11248261 or 8084820. OLE color: 8084820.

HSL color Cylindrical-coordinate representation of color #545D7B: hue angle of 226.15º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #545D7B is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8493123-
CMYK0.320.2400.52
HSL226.15º18.84%40.59%-
HSV(B)226.15º31.71%48.24%-
XYZ11.1511.1420.3-
YUV93.73144.52121.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 93 (36.72% from 255) = 31%
BLUE value IS 123 (48.44% from 255) = 41%
R=28%
G=31%
B=41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84931230.320.2400.52226.1518.8440.59
Hex545D7B2018034e21329
Octal12413517340300643422351
Binary1010100101110111110111000001100001101001110001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,93,123); }

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

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

 a { background-color: rgb(84,93,123); }

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

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

 span { border-color: rgb(84,93,123); }

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