#545D73

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

Shades of Chambray #545D73

Tints of Chambray #545D73

Color information

#545D73 (or 0x545D73) is unknown color: approx Chambray. HEX triplet: 54, 5D and 73. RGB value is (84,93,115). Sum of RGB (Red+Green+Blue) = 84+93+115=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #545D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D73 is #ABA28C. Grayscale: #5C5C5C. Windows color (decimal): -11248269 or 7560532. OLE color: 7560532.

HSL color Cylindrical-coordinate representation of color #545D73: hue angle of 222.58º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #545D73 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8493115-
CMYK0.270.1900.55
HSL222.58º15.58%39.02%-
HSV(B)222.58º26.96%45.1%-
XYZ10.6710.9517.77-
YUV92.82140.52121.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.77%
GREEN value IS 93 (36.72% from 255) = 31.85%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=28.77%
G=31.85%
B=39.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84931150.270.1900.55222.5815.5839.02
Hex545D731B13037df1027
Octal12413516333230673372047
Binary101010010111011110011110111001101101111101111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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